Update LabelBasedNodeTypeRepresentationStrategy.java

Exception message modified.
This commit is contained in:
Lorenzo Speranzoni
2014-03-19 12:46:33 +01:00
parent 6947592c58
commit 3dfc5922f8

View File

@@ -123,7 +123,7 @@ public class LabelBasedNodeTypeRepresentationStrategy implements NodeTypeReprese
return label.substring(LABELSTRATEGY_PREFIX.length());
}
}
throw new IllegalStateException("No primary SDN label exists .. (i.e one with starting with " + LABELSTRATEGY_PREFIX + ") ");
throw new IllegalStateException("No primary SDN label exists .. (i.e one starting with " + LABELSTRATEGY_PREFIX + ") ");
}