Skip to content

Commit

Permalink
JBIDE-21720 Server Adapter: user choose default route when creating t…
Browse files Browse the repository at this point in the history
…he server
  • Loading branch information
scabanovich committed May 4, 2016
1 parent d7b518b commit 1637ca9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -472,7 +472,7 @@ public void setRoute(IRoute newRoute) {
this.deployProject, this.projects,
this.sourcePath, this.podPath, this.useInferredPodPath,
getService(), getServiceItems(),
route, this.selectDefaultRoute, this.routesByProject,
newRoute, this.selectDefaultRoute, this.routesByProject,
this.invalidOCBinary);
}

Expand Down

0 comments on commit 1637ca9

Please sign in to comment.