We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aef788 + adcf98f commit f77f1d0Copy full SHA for f77f1d0
gson/src/test/java/com/google/gson/internal/GsonTypesTest.java
@@ -125,12 +125,12 @@ public void testEqualsOnConstructorParameterTypeVariables() throws Exception {
125
126
private static final class TypeVariableTest {
127
128
+ @SuppressWarnings({"UnusedMethod", "UnusedVariable", "TypeParameterUnusedInFormals"})
129
public <T> TypeVariableTest(T parameter) {}
130
131
132
public <T> T method() {
133
return null;
134
}
-
135
136
0 commit comments