Merge pull request #165 from inserpio/master

Update LabelBasedNodeTypeRepresentationStrategy.java
This commit is contained in:
Michael Hunger
2014-06-06 20:42:36 +02:00

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 + ") ");
}