Skip to content

Commit

Permalink
Merge pull request #38 from shivagowda/shiv_2_7489e5f
Browse files Browse the repository at this point in the history
Javadoc update required for guava upgrade (jenkinsci#5647)
  • Loading branch information
renjugokulam committed Aug 19, 2021
2 parents 110ff93 + dd849dc commit 8b7a665
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/main/java/hudson/util/Iterators.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/
package hudson.util;

import com.google.common.annotations.Beta;
import com.google.common.base.Predicates;
import com.google.common.collect.ImmutableList;

Expand Down Expand Up @@ -419,7 +418,9 @@ public interface CountingPredicate<T> {
}

/**
* Similar to {@link com.google.common.collect.Iterators#skip} except not {@link Beta}.
* Calls {@code next()} on {@code iterator}, either {@code count} times
* or until {@code hasNext()} returns {@code false}, whichever comes first.
*
* @param iterator some iterator
* @param count a nonnegative count
*/
Expand Down

0 comments on commit 8b7a665

Please sign in to comment.