Commit 8fbe8261 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* marked one item as done after adding componentinstancebinding to the grammar

parent b06101ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class DataUseLabelProvider {
			if (u instanceof TestDescriptionReference) {
				if (type.equals("bindings")) {
					for (ComponentInstanceBinding b : ((TestDescriptionReference)u).getComponentInstanceBinding()) {
						// TODO grammar doesn't actually support this meta-class
						// DONE grammar doesn't actually support this meta-class -> should be supported now
						s+=separator+serializer.serialize(b);
					}
					if (s.length()>0) {