Skip to content

Commit

Permalink
[JENKINS-33808] The category definition has been delegate to SCMNavig…
Browse files Browse the repository at this point in the history
…atorDescriptor()
  • Loading branch information
recena committed Apr 11, 2016
1 parent ab85405 commit 65d718b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ public String getDescription() {
* @return A string it represents a ItemCategory identifier.
*/
public String getCategoryId() {
return "nested-projects";
return delegate.getCategoryId();
}

/**
Expand Down

0 comments on commit 65d718b

Please sign in to comment.