Skip to content

Commit

Permalink
Update DetailGroup.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2025
1 parent 73a48c0 commit 5d13a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/jenkins/model/DetailGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ private DetailGroup(int order) {

public static DetailGroup GENERAL = of(Integer.MAX_VALUE);

// TODO - expose this yay or nay?
private static DetailGroup of(int customOrder) {
return new DetailGroup(customOrder);
}
Expand Down

0 comments on commit 5d13a62

Please sign in to comment.