mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Typo
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public class JavaCompletionContributor extends CompletionContributor {
|
||||
static {
|
||||
ourCompletionData = new LinkedHashMap<LanguageLevel, JavaCompletionData>();
|
||||
ourCompletionData.put(LanguageLevel.JDK_1_8, new Java18CompletionData());
|
||||
ourCompletionData.put(LanguageLevel.JDK_1_3, new Java15CompletionData());
|
||||
ourCompletionData.put(LanguageLevel.JDK_1_5, new Java15CompletionData());
|
||||
ourCompletionData.put(LanguageLevel.JDK_1_3, new JavaCompletionData());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user