mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
jps: types fixed
This commit is contained in:
@@ -283,7 +283,7 @@ class GroovyStubGenerator implements ModuleBuilder {
|
||||
class JetBrainsInstrumentations implements ModuleBuilder {
|
||||
static class CustomFormInstrumenter extends
|
||||
FormInstrumenter {
|
||||
final List<String> formFiles;
|
||||
final List<File> formFiles;
|
||||
final ModuleBuildState state;
|
||||
|
||||
@Override
|
||||
@@ -306,7 +306,7 @@ class JetBrainsInstrumentations implements ModuleBuilder {
|
||||
throw new RuntimeException(msg);
|
||||
}
|
||||
|
||||
CustomFormInstrumenter(final File destDir, final List<String> nestedFormPathList, final List<String> ff, final ModuleBuildState s) {
|
||||
CustomFormInstrumenter(final File destDir, final List<PrefixedPath> nestedFormPathList, final List<File> ff, final ModuleBuildState s) {
|
||||
super(destDir, nestedFormPathList);
|
||||
formFiles = ff;
|
||||
state = s;
|
||||
|
||||
Reference in New Issue
Block a user