Skip to content

Commit

Permalink
(jcabi#40) Remove prohibited @author tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 28, 2020
1 parent 998b292 commit 3cd6177
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
*
* Based in {@link AllOf}
*
* @author Jose V. Dal Pra Junior ([email protected])
* @version $Id$
* @param <T> Type of argument
* @since 0.2.6
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/JaxbConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
* }
* }</pre>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/NoBrokenLinks.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
/**
* Finds broken links in HTML.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.3.4
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
*
* <p>Objects of this class are immutable and thread-safe.
*
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 1.3
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/RegexMatchers.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
/**
* Convenient matchers for checking Strings against regular expressions.
*
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 1.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
*
* <p>Objects of this class are immutable and thread-safe.
*
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 1.3
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/StringSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
*
* <p>Objects of this class are immutable and thread-safe.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/W3CMatchers.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
/**
* Matchers for validating HTML and CSS content.
*
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/W3CValidatorMatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
*
* <p>Objects of this class are immutable and thread-safe.
*
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/XPathMatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
*
* <p>Objects of this class are immutable and thread-safe.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.3.7
* @param <T> Type of param
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/XhtmlMatchers.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
* XhtmlMatchers.hasXPath("/root/a[.='hello']")
* );</pre>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.2.6
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/jcabi/matchers/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* &lt;artifactId&gt;jcabi-matchers&lt;/artifactId&gt;
* &lt;/dependency&gt;</pre>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
* @see <a href="http://matchers.jcabi.com/">project website</a>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/JaxbConverterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

/**
* Test case for {@link JaxbConverter}.
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/NoBrokenLinksITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

/**
* Integration case for {@link NoBrokenLinks}.
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/NoBrokenLinksTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

/**
* Test case for {@link NoBrokenLinks}.
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/RegexMatchersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

/**
* Test case for {@link RegexMatchers}.
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 1.3
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/StringSourceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

/**
* Test case for {@link StringSource}.
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/W3CMatchersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

/**
* Test case for {@link W3CMatchers}.
* @author Carlos Miranda ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/XhtmlMatchersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

/**
* Test case for {@link XhtmlMatchers}.
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/jcabi/matchers/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* Hamcrest matchers.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 1.0
*/
Expand Down

0 comments on commit 3cd6177

Please sign in to comment.