Skip to content

Commit

Permalink
As per PR review:
Browse files Browse the repository at this point in the history
* Added missing @SInCE javadoc tag
  • Loading branch information
llorllale committed Mar 15, 2018
1 parent cc19bb1 commit 35385af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/Directives.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public Directives append(final Iterable<Directive> dirs) {
* @return This object
* @see #append(java.lang.Iterable)
* @see Directives#copyOf(org.w3c.dom.Node)
* @since 0.23
*/
public Directives append(final Node node) {
return this.append(Directives.copyOf(node));
Expand Down

0 comments on commit 35385af

Please sign in to comment.