Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 64 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -16,15 +16,6 @@ public abstract class FDSetFactoryFactory {
public static FDSetFactory create() {
switch (Platform.getPlatform().getOS()) {
case DARWIN:
return new FDSetFactory() {

@Override
public FDSet create() {
return new DarwinFDSet();
}

};

case LINUX:
return new FDSetFactory() {
@Override

0 comments on commit 86bdd93

Please sign in to comment.