Skip to content

Commit

Permalink
Revert "Introduce FluentFutureHandler as a workaround for Guava Futur…
Browse files Browse the repository at this point in the history
…es/FluentFuture (uber#771)"

This reverts commit 37f4bb8.
  • Loading branch information
msridhar committed Jul 19, 2023
1 parent 0877555 commit e110910
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 203 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import com.uber.nullaway.handlers.contract.ContractHandler;
import com.uber.nullaway.handlers.contract.fieldcontract.EnsuresNonNullHandler;
import com.uber.nullaway.handlers.contract.fieldcontract.RequiresNonNullHandler;
import com.uber.nullaway.handlers.temporary.FluentFutureHandler;

/** Utility static methods for the handlers package. */
public class Handlers {
Expand Down Expand Up @@ -76,7 +75,6 @@ public static Handler buildDefault(Config config) {
handlerListBuilder.add(new ContractCheckHandler(config));
}
handlerListBuilder.add(new LombokHandler(config));
handlerListBuilder.add(new FluentFutureHandler());

return new CompositeHandler(handlerListBuilder.build());
}
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e110910

Please sign in to comment.