Skip to content

Commit

Permalink
[JENKINS-31162] Changed the modifier of setWeight(int weight) method
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 21, 2016
1 parent 23f65e2 commit a585e87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public abstract class ItemCategory implements ExtensionPoint {
*/
public abstract int getMinToShow();

protected void setWeight(int weight) {
private void setWeight(int weight) {
this.weight = weight;
}

Expand Down

0 comments on commit a585e87

Please sign in to comment.