]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/EnumerationVariableModifier3.java
Merge changes I78c3a258,I7bf72f04
[simantics/platform.git] / bundles / org.simantics.browsing.ui.graph.impl / src / org / simantics / browsing / ui / graph / impl / EnumerationVariableModifier3.java
index 3bd3e7b91217ef5233388158c88f86e8bb24abdc..52b5012d72b504a3a1f64757dcc50fc66081a36b 100644 (file)
@@ -57,7 +57,7 @@ public class EnumerationVariableModifier3 implements EnumerationModifier {
                 public String perform(ReadGraph graph) throws DatabaseException {
                     EnumerationValue<Resource> ev = graph.syncRequest(new GetEnumerationValue(variable.getParent(graph).getRepresents(graph)));
                     if(ev != null) {
-                           return ev.getEnumeratedValue().getName();
+                        return ev.getEnumeratedValue().getName();
                     }
           //           System.err.println(variable.getURI(graph));
                        return variable.getValue(graph);//variable.getPossiblePropertyValue(graph, Variables.LABEL);