Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31162] ItemCategory no londer implements ModelObject
  • Loading branch information
recena committed Mar 21, 2016
1 parent 4bdadc2 commit 23f65e2
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
*
* @since TODO
*/
public abstract class ItemCategory implements ModelObject, ExtensionPoint {
public abstract class ItemCategory implements ExtensionPoint {

public static int MIN_TOSHOW = 1;

Expand All @@ -39,6 +39,13 @@ public abstract class ItemCategory implements ModelObject, ExtensionPoint {
*/
public abstract String getDescription();

/**
* A human readable name.
*
* @return the display name
*/
public abstract String getDisplayName();

/**
* Minimum number required to show the category.
*
Expand Down

0 comments on commit 23f65e2

Please sign in to comment.