Skip to content

Commit

Permalink
yegor256#764 Head Input Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Apr 15, 2018
1 parent 3e924cc commit 0a87152
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/io/HeadInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*
* @author Mehmet Yildirim (memoyil@gmail.com)
* @version $Id$
* @since 0.11.8
* @since 0.29.3
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
public final class HeadInput implements Input {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/io/HeadInputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @author Mehmet Yildirim (memoyil@gmail.com)
* @version $Id$
* @since 0.13
* @since 0.29.3
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
public final class HeadInputStream extends InputStream {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/io/HeadInputTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
* @author Mehmet Yildirim (memoyil@gmail.com)
* @version $Id$
* @since 0.1
* @since 0.29.3
* @checkstyle JavadocMethodCheck (500 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
Expand Down

0 comments on commit 0a87152

Please sign in to comment.