Skip to content

Commit

Permalink
[JENKINS-31162] @olivergondza's comment was addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 21, 2016
1 parent c36474b commit f675af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/hudson/matrix/MatrixProject.java
Expand Up @@ -997,9 +997,9 @@ public String getDisplayName() {
}

/**
* Needed if it wants Maven projects are categorized in Jenkins 2.x.
* Needed if it wants Matrix projects are categorized in Jenkins 2.x.
*
* TODO: Override when the baseline is upgraded to 2.x
* TODO: After Jenkins 2.0 this should be an @Override
*
* @return A string it represents a ItemCategory identifier.
*/
Expand All @@ -1010,7 +1010,7 @@ public String getCategoryId() {
/**
* Needed if it wants Matrix projects are categorized in Jenkins 2.x.
*
* TODO: Override when the baseline is upgraded to 2.x
* TODO: After Jenkins 2.0 this should be an @Override
*
* @return A string with the Item description.
*/
Expand All @@ -1021,7 +1021,7 @@ public String getDescription() {
/**
* Needed if it wants Matrix projects are categorized in Jenkins 2.x.
*
* TODO: Override when the baseline is upgraded to 2.x
* TODO: After Jenkins 2.0 this should be an @Override
*
* @return A string it represents a URL pattern to get the Item icon in different sizes.
*/
Expand Down

0 comments on commit f675af0

Please sign in to comment.