Skip to content

Commit e016b25

Browse files
committed
drop group method
1 parent 43faa07 commit e016b25

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

java-compiler-impl/src/main/java/consulo/java/compiler/NewJavaCompilerEarlyAccessDescriptor.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ public String getName()
1616
{
1717
return "New Java Compiler (java 8+)";
1818
}
19-
20-
@Nonnull
21-
@Override
22-
public String getGroupName()
23-
{
24-
return "Java";
25-
}
2619
}

0 commit comments

Comments
 (0)