Skip to content

Commit

Permalink
[JENKINS-31162] Removing not illuminated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 22, 2016
1 parent e787f57 commit 6b2b42a
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -44,7 +44,7 @@ public abstract class ItemCategory implements ExtensionPoint {
public abstract String getDisplayName();

/**
* Minimum number required to show the category.
* Minimum number of items required to show the category.
*
* @return the minimum items required
*/
Expand All @@ -54,9 +54,6 @@ private void setWeight(int weight) {
this.weight = weight;
}

/**
* @return A integer with the weight.
*/
public int getWeight() {
return weight;
}
Expand Down

0 comments on commit 6b2b42a

Please sign in to comment.