Skip to content

Commit

Permalink
(jcabi#40) Add @since tag for inner classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 28, 2020
1 parent 1a73367 commit 97bcc73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/java/com/jcabi/matchers/JaxbConverterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public void convertsNonRootObjectWithNamespace() throws Exception {

/**
* Dummy test object.
*
* @since 0.1
*/
@XmlRootElement(name = "employee")
@XmlAccessorType(XmlAccessType.NONE)
Expand Down Expand Up @@ -161,6 +163,8 @@ public String getName() {

/**
* Dummy test object.
*
* @since 0.1
*/
@XmlType(name = "foo", namespace = JaxbConverterTest.Foo.NAMESPACE)
@XmlAccessorType(XmlAccessType.NONE)
Expand All @@ -182,6 +186,8 @@ public String getName() {

/**
* Dummy test object.
*
* @since 0.1
*/
@XmlType(name = "bar")
@XmlAccessorType(XmlAccessType.NONE)
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/com/jcabi/matchers/XhtmlMatchersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ public void hasXPathsPrintsOnlyWrongXPaths() {

/**
* Foo.
*
* @since 0.1
*/
@XmlType(name = "foo", namespace = XhtmlMatchersTest.Foo.NAMESPACE)
@XmlAccessorType(XmlAccessType.NONE)
Expand Down

0 comments on commit 97bcc73

Please sign in to comment.