Browse Source

Changed invalid input for attribute type msg to severity 2

Julian Ohl 7 years ago
parent
commit
eac34a8abe

+ 1 - 1
scopviz/src/main/java/de/tu_darmstadt/informatik/tk/scopviz/ui/PropertiesManager.java

@@ -181,7 +181,7 @@ public final class PropertiesManager {
 				editedPair.setValue(oldValue);
 				t.getTableView().getItems().get(t.getTablePosition().getRow()).setKey(oldValue);
 				setItemsProperties();
-				Debug.out("invalid input for this attribute type", 1);
+				Debug.out("invalid input for this attribute type", 2);
 			}
 
 			// Unselect row after updating Property