aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent')
-rw-r--r--javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent13
1 files changed, 2 insertions, 11 deletions
diff --git a/javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent b/javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent
index 0e2bb0f67..e6e1d5aab 100644
--- a/javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent
+++ b/javatests/dagger/internal/codegen/goldens/OptionalBindingRequestFulfillmentTest_requestForFuture_FAST_INIT_MODE_test.DaggerTestComponent
@@ -4,7 +4,6 @@ import com.google.common.base.Optional;
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.ListenableFuture;
import dagger.internal.DaggerGenerated;
-import dagger.internal.Preconditions;
import dagger.producers.internal.CancellationListener;
import javax.annotation.processing.Generated;
import other.DefinitelyNot;
@@ -20,7 +19,8 @@ import other.Maybe_MaybeModule_ProvideMaybeFactory;
"unchecked",
"rawtypes",
"KotlinInternal",
- "KotlinInternalInJava"
+ "KotlinInternalInJava",
+ "cast"
})
final class DaggerTestComponent {
private DaggerTestComponent() {
@@ -38,15 +38,6 @@ final class DaggerTestComponent {
private Builder() {
}
- /**
- * @deprecated This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules.
- */
- @Deprecated
- public Builder maybeModule(Maybe.MaybeModule maybeModule) {
- Preconditions.checkNotNull(maybeModule);
- return this;
- }
-
public TestComponent build() {
return new TestComponentImpl();
}