Skip to content

Commit

Permalink
Eliimnated a warning during a startup
Browse files Browse the repository at this point in the history
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@26718 71c3de6d-444a-0410-be80-ed276b4c234a
  • Loading branch information
kohsuke committed Jan 29, 2010
1 parent 7b35676 commit 97c7060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/queue/QueueSorter.java
Expand Up @@ -41,7 +41,7 @@ public static ExtensionList<QueueSorter> all() {
*
* {@link Queue#Queue(LoadBalancer)} is too early to do this
*/
@Initializer(after=JOB_LOADED,displayName="Installing default queue sorter")
@Initializer(after=JOB_LOADED)
public static void installDefaultQueueSorter() {
ExtensionList<QueueSorter> all = all();
if (all.isEmpty()) return;
Expand Down
@@ -0,0 +1 @@
QueueSorter.installDefaultQueueSorter=Installing default queue sorter

0 comments on commit 97c7060

Please sign in to comment.