Skip to content

Commit

Permalink
Fix Java code containing illegal extra semicolons in import lists
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 507891965
  • Loading branch information
cushon authored and Dagger Team committed Feb 7, 2023
1 parent 027b02c commit f347c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import androidx.room.compiler.processing.XMethodElement;
import com.google.common.collect.ImmutableSet;
import com.squareup.javapoet.ClassName;
import dagger.internal.codegen.javapoet.TypeNames;;
import dagger.internal.codegen.javapoet.TypeNames;
import dagger.internal.codegen.validation.BindsInstanceMethodValidator;
import dagger.internal.codegen.validation.BindsInstanceParameterValidator;
import javax.inject.Inject;
Expand Down

0 comments on commit f347c8a

Please sign in to comment.