mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
capitalization fixes
This commit is contained in:
+2
-2
@@ -113,7 +113,7 @@ public class InferNullityAnnotationsAction extends BaseAnalysisAction {
|
||||
}
|
||||
});
|
||||
}
|
||||
}, "Check applicability...", true, project)) {
|
||||
}, "Check Applicability...", true, project)) {
|
||||
return;
|
||||
}
|
||||
if (!modulesWithLL.isEmpty()) {
|
||||
@@ -295,7 +295,7 @@ public class InferNullityAnnotationsAction extends BaseAnalysisAction {
|
||||
}
|
||||
});
|
||||
}
|
||||
}, "Preprocess usages", true, project)) return;
|
||||
}, "Preprocess Usages", true, project)) return;
|
||||
|
||||
if (convertUsagesRef.isNull()) return;
|
||||
final Usage[] usages = convertUsagesRef.get();
|
||||
|
||||
Reference in New Issue
Block a user