Skip to content
Snippets Groups Projects
Commit d3ea1397 authored by Thomas's avatar Thomas
Browse files

Added TODO for fixing InCompartment

parent dae3c614
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ public class ConstraintRuleVisitor { ...@@ -117,6 +117,7 @@ public class ConstraintRuleVisitor {
return true; return true;
} }
//TODO: Fix this!
private boolean isInCompartmentRuleVisitor(InCompartment rule) { private boolean isInCompartmentRuleVisitor(InCompartment rule) {
org.framed.iorm.model.Shape parent = null; org.framed.iorm.model.Shape parent = null;
if(this.context instanceof AddCompartmentTypeContext) { if(this.context instanceof AddCompartmentTypeContext) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment