diff --git a/changelog.html b/changelog.html index 6c6870070e43c4149f011e4bdada624f29d9d5d5..c34801ffb09e9f8c3a370c9276a1880bf64b7c09 100644 --- a/changelog.html +++ b/changelog.html @@ -72,9 +72,6 @@ Upcoming changes
  • Better display of parameters in queue items. (issue 17454) -
  • - "projects tied to slave" shows unrelated maven module jobs - (issue 17451)
  • sort order of plugin list is not working by default. (issue 17039) diff --git a/core/src/main/java/hudson/model/Label.java b/core/src/main/java/hudson/model/Label.java index c4a883ba2d18370ed3f795e7ebf0cc4bcb4926b9..96bd681e8b72955e15347b0d1f96e0ed337b17ee 100644 --- a/core/src/main/java/hudson/model/Label.java +++ b/core/src/main/java/hudson/model/Label.java @@ -335,13 +335,13 @@ public abstract class Label extends Actionable implements Comparable