Skip to content

Commit

Permalink
(jcabi#40) Remove prohibited @version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 28, 2020
1 parent 3cd6177 commit 54a8388
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}
*
* @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>
*
* @version $Id$
* @since 0.1
*/
@ToString
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.
*
* @version $Id$
* @since 0.3.4
*/
@ToString
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.
*
* @version $Id$
* @since 1.3
*/
@ToString
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.
*
* @version $Id$
* @since 1.3
*/
@ToString
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.
*
* @version $Id$
* @since 1.3
*/
@Immutable
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.
*
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(callSuper = false, of = "xml")
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.
*
* @version $Id$
* @since 0.1
*/
@ToString
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.
*
* @version $Id$
* @since 0.1
*/
@Immutable
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.
*
* @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>
*
* @version $Id$
* @since 0.2.6
*/
@ToString
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>
*
* @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}.
* @version $Id$
* @since 0.1
*/
public final class JaxbConverterTest {
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}.
* @version $Id$
* @since 0.1
*/
public final class NoBrokenLinksITCase {
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}.
* @version $Id$
* @since 0.1
*/
public final class NoBrokenLinksTest {
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}.
* @version $Id$
* @since 1.3
*/
public final class RegexMatchersTest {
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}.
* @version $Id$
* @since 0.1
*/
public final class StringSourceTest {
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}.
* @version $Id$
* @since 0.1
*/
public final class W3CMatchersTest {
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}.
* @version $Id$
* @since 0.1
*/
@SuppressWarnings("PMD.TooManyMethods")
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.
*
* @version $Id$
* @since 1.0
*/
package com.jcabi.matchers;

0 comments on commit 54a8388

Please sign in to comment.