mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make topic final
This commit is contained in:
+1
-1
@@ -93,5 +93,5 @@ public abstract class ProjectJdkTable {
|
||||
|
||||
public abstract Sdk createSdk(final String name, final SdkTypeId sdkType);
|
||||
|
||||
public static Topic<Listener> JDK_TABLE_TOPIC = Topic.create("Project JDK table", Listener.class);
|
||||
public static final Topic<Listener> JDK_TABLE_TOPIC = Topic.create("Project JDK table", Listener.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user