Skip to content

Commit

Permalink
update default router name
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 16, 2015
1 parent 7e801f4 commit 02c7c9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -210,7 +210,7 @@ public String createDefaultName() {
if (nodeGroupLink != null) {
return nodeGroupLink.getSourceNodeGroupId()
.toLowerCase()
+ "_2_"
+ " to "
+ nodeGroupLink.getTargetNodeGroupId().toLowerCase();
} else {
throw new IllegalStateException("Need the nodeGroupLink to be set");
Expand Down

0 comments on commit 02c7c9e

Please sign in to comment.