diff --git a/core/src/main/java/hudson/util/RunList.java b/core/src/main/java/hudson/util/RunList.java index 9cae7c5fe538fe25313229178f32ab5ff1ce6846..3b2c49ec43daf13188a2bf2e9dd20ab7d03b871e 100644 --- a/core/src/main/java/hudson/util/RunList.java +++ b/core/src/main/java/hudson/util/RunList.java @@ -220,7 +220,7 @@ public class RunList extends AbstractList { /** * Return only the most recent builds. - * Warning: this method mutates the original list and then returns it.AbstractLazyLoadRunMap + * Warning: this method mutates the original list and then returns it. * @param n a count * @return the n most recent builds * @since 1.507