Skip to content

Commit 61a81fb

Browse files
authored
Remove @test annotation from getKind method
Removed unused test annotation from getKind method.
1 parent 400e7aa commit 61a81fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/langtools/jdk/jshell/ErrorTranslationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ private String createMarkingLine(int start, int end) {
149149
return sb.toString();
150150
}
151151

152-
@Test
153152
public String getKind(Diagnostic.Kind kind) {
154153
switch (kind) {
155154
case WARNING:

0 commit comments

Comments
 (0)