Skip to content

Commit

Permalink
#109 Update @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
dusan-rychnovsky committed Jun 14, 2017
1 parent 488c57c commit a2105ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/list/LimitedIterable.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Dusan Rychnovsky (dusan.rychnovsky@gmail.com)
* @param <T> Element type
* @version $Id$
* @since 0.4
* @since 0.6
*/
public final class LimitedIterable<T> implements Iterable<T> {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/list/LimitedIterator.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @author Dusan Rychnovsky (dusan.rychnovsky@gmail.com)
* @param <T> Element type
* @version $Id$
* @since 0.4
* @since 0.6
*/
public final class LimitedIterator<T> implements Iterator<T> {

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/list/LimitedIterableTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* @author Dusan Rychnovsky (dusan.rychnovsky@gmail.com)
* @version $Id$
* @since 0.4
* @since 0.6
* @checkstyle JavadocMethodCheck (500 lines)
*/
public final class LimitedIterableTest {
Expand Down

0 comments on commit a2105ad

Please sign in to comment.