Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ public abstract class FDSetFactoryFactory {
public static FDSetFactory create() {
switch (Platform.getPlatform().getOS()) {
case DARWIN:
case LINUX:
return new FDSetFactory() {

@Override

0 comments on commit 3181007

Please sign in to comment.