Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 659586774
  • Loading branch information
java-team-github-bot authored and Guice Team committed Aug 5, 2024
1 parent e35efe7 commit df10bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ public Object get() {
assertEquals(testValue, injector.getInstance(Integer.class));
}

@SuppressWarnings("rawtypes") // Testing rawtypes
@SuppressWarnings({"rawtypes", "JUnitIncompatibleType"}) // Testing rawtypes
public void testRawProviderCanBindToIncorrectType() {
final Integer testValue = 1024;
Object instance =
Expand Down

0 comments on commit df10bed

Please sign in to comment.