Removed extraneous author javadocs

This commit is contained in:
Liam Newman
2020-02-21 15:53:26 -08:00
parent c8115b1c10
commit 888abc9e2a
152 changed files with 22 additions and 243 deletions

View File

@@ -17,7 +17,6 @@ import javax.annotation.Nonnull;
*
* @param <T>
* the type of items on each page
* @author Kohsuke Kawaguchi
*/
public abstract class PagedIterable<T> implements Iterable<T> {
/**