mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
(no message)
This commit is contained in:
@@ -136,7 +136,8 @@ public class PluginModuleBuildConfEditor implements ModuleConfigurationEditor {
|
||||
return null; //todo
|
||||
}
|
||||
|
||||
public void moduleStateChanged(ModifiableRootModel model) {
|
||||
public void moduleStateChanged() {
|
||||
/*
|
||||
if (model.getModule().equals(myState.getRootModel().getModule())) {
|
||||
return;
|
||||
}
|
||||
@@ -153,6 +154,7 @@ public class PluginModuleBuildConfEditor implements ModuleConfigurationEditor {
|
||||
myModified = true;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user