mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't interrupt state reloading due to assert
This commit is contained in:
@@ -55,7 +55,6 @@ public class CompilerProjectExtensionImpl extends CompilerProjectExtension {
|
||||
final Element outputPathChild = element.getChild(OUTPUT_TAG);
|
||||
if (outputPathChild != null) {
|
||||
String outputPath = outputPathChild.getAttributeValue(URL);
|
||||
assert myCompilerOutput == null;
|
||||
myCompilerOutput = VirtualFilePointerManager.getInstance().create(outputPath, myProject, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user