X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Futil%2FDomainProcessor3.java;h=5c2cd05c9ef8cc2b949cd0b543a6a3ffc7e5ec0a;hp=85cc8e629a5ffe341c367a3205f9af017f4d58bc;hb=fbfec9e8c7d8d768d9c6327060d9333b2feaea81;hpb=0f1223c3cce41690160216eb1ec7be38f7bf4571 diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/util/DomainProcessor3.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/util/DomainProcessor3.java index 85cc8e629..5c2cd05c9 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/util/DomainProcessor3.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/util/DomainProcessor3.java @@ -154,7 +154,7 @@ public class DomainProcessor3 { LOGGER.info("Root preclassification problem, expected no preclassification, got " + pre.name()); // Roots are classified in status as INTERNAL status.put(ss.resource, ExtentStatus.INTERNAL); - } else if(SeedSpecType.ROOT.equals(ss.specType)) { + } else if(SeedSpecType.SPECIAL_ROOT.equals(ss.specType)) { // Special roots e.g. %model are marked as EXTERNAL if(pre != null && !ExtentStatus.EXTERNAL.equals(pre)) LOGGER.info("Special root preclassification problem, expected EXTERNAL preclassification, got " + pre.name());