Skip to content

Commit

Permalink
#813 updated master
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed May 10, 2018
1 parent 78eb2f8 commit c9a36b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/iterator/Immutable.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -30,8 +30,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @param <T> Element type
* @since 0.32
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -31,8 +31,6 @@
/**
* Test case for {@link CollectionEnvelope}.
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
* @todo #813:30min IterableEnvelope appears to be read only but it returns
* mutable Iterator through which user can remove elements. Implement immutable
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/iterator/ImmutableTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -34,8 +34,6 @@
/**
* Test Case for {@link Immutable}.
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down

0 comments on commit c9a36b9

Please sign in to comment.