mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
compilation fixed
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ public abstract class TemplatesManager implements PersistentStateComponent<Templ
|
||||
//hide setters from completion list
|
||||
return null;
|
||||
}
|
||||
return method.getGenericReturnType().getTypeName() + " " + methodName + "();";
|
||||
return method.getGenericReturnType().toString() + " " + methodName + "();";
|
||||
}
|
||||
});
|
||||
final String text = "interface " + elementClass.getSimpleName() + " {\n" + StringUtil.join(methodNames, "\n") + "}";
|
||||
|
||||
Reference in New Issue
Block a user