File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
rewrite-java-tck/src/main/java/org/openrewrite/java/tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .openrewrite .java .tree ;
17
17
18
- import org .jetbrains .annotations .NotNull ;
19
18
import org .junit .jupiter .api .Test ;
20
19
import org .openrewrite .ExecutionContext ;
21
20
import org .openrewrite .InMemoryExecutionContext ;
@@ -1432,9 +1431,9 @@ abstract class ExtT<T> extends CompT<ExtT<T>> {}
1432
1431
void recursiveTypes () {
1433
1432
CompT <?> compT ;
1434
1433
CompT <ExtT <Integer >> compExtT ;
1435
- ExtT <Integer > extT = new ExtT <Integer >() {
1434
+ ExtT <Integer > extT = new ExtT <>() {
1436
1435
@ Override
1437
- public int compareTo (@ NotNull TypeUtilsTest .ExtT <Integer > o ) {
1436
+ public int compareTo (TypeUtilsTest .ExtT <Integer > o ) {
1438
1437
return 0 ;
1439
1438
}
1440
1439
};
You can’t perform that action at this time.
0 commit comments