Navigation Menu

Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 7, 2014
2 parents a9da921 + 380eba7 commit 715496e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/User.java
Expand Up @@ -669,6 +669,7 @@ public boolean canDelete() {
r.add(n);
}
}
Collections.sort(r, String.CASE_INSENSITIVE_ORDER);
return r;
}

Expand Down

0 comments on commit 715496e

Please sign in to comment.