mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
remove wrong final modifier from groovy code
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class WarModelBuilderImpl implements ModelBuilderService {
|
||||
}
|
||||
|
||||
final String relativePath = resolver.destPath.pathString
|
||||
final def sourcePaths
|
||||
def sourcePaths
|
||||
|
||||
if (resolver.metaClass.respondsTo(resolver, 'getSourcePaths')) {
|
||||
sourcePaths = resolver.getSourcePaths()
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ class SimpleParameterGen implements ChangeSignatureTestCase.GenParams {
|
||||
final SimpleInfo sim = myInfos[i];
|
||||
int oldIndex = sim.myOldIndex;
|
||||
|
||||
final GrParameterInfo info;
|
||||
GrParameterInfo info;
|
||||
String name = null;
|
||||
String defInitializer = null;
|
||||
PsiType type = null;
|
||||
|
||||
Reference in New Issue
Block a user