Skip to content

Commit 81ebf9d

Browse files
aschackmullsmowton
andauthored
Update java/ql/test/library-tests/errortype/Test.java
Co-authored-by: Chris Smowton <smowton@github.com>
1 parent eecf03b commit 81ebf9d

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/library-tests/errortype

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/errortype/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class GenericClass<T> {
1111
public void method() { }
1212
}
1313

14-
public testDispatch() {
14+
public void testDispatch() {
1515
GenericClass<String> g1 = new GenericClass<>();
1616
g1.method();
1717
GenericClass<NoSuchClass> g2 = new GenericClass<>();

0 commit comments

Comments
 (0)