Skip to content

Commit

Permalink
yegor256#794 updated new files
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed May 10, 2018
1 parent f3ccd6d commit 635ff72
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 27 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/iterator/IteratorOfChars.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 @@ -32,8 +32,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
*/
public final class IteratorOfChars implements Iterator<Character> {
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/text/RandomText.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 @@ -36,8 +36,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Roman Proshin (roman@proshin.org)
* @version $Id$
* @since 0.32
*/
public final class RandomText implements Text {
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/text/TextEnvelope.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 @@ -32,8 +32,6 @@
/**
* Text envelope that provides {@link #equals(Object)} and {@link #hashCode()}
* methods.
* @author Paulo Lobo (pauloeduardolobo@gmail.com)
* @version $Id$
* @since 0.32
* @todo #788:30min Refactor all classes in text package to extend from
* TextEnvelope, allowing direct comparison with string objects using hashCode
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 @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/iterator/IteratorOfCharsTest.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 @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/iterator/IteratorOfFloatsTest.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 @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/iterator/IteratorOfIntsTest.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 @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Krzysztof Krason (Krzysztof.Krason@gmail.com)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/text/RandomTextTest.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 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Roman Proshin (roman@proshin.org)
* @version $Id$
* @since 0.32
* @checkstyle JavadocMethodCheck (500 lines)
* @checkstyle MagicNumberCheck (500 lines)
Expand Down
4 changes: 1 addition & 3 deletions src/test/java/org/cactoos/text/TextEnvelopeTest.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 @@ -32,8 +32,6 @@

/**
* Tests for {@link TextEnvelope}.
* @author Paulo Lobo (pauloeduardolobo@gmail.com)
* @version $Id$
* @since 0.32
*/
public final class TextEnvelopeTest {
Expand Down

0 comments on commit 635ff72

Please sign in to comment.