mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
Removed extraneous author javadocs
This commit is contained in:
@@ -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> {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user