diff --git a/java/external/src/javax/xml/transform/Transformer.java b/java/external/src/javax/xml/transform/Transformer.java index d8afc95..2b9563a 100644 --- a/java/external/src/javax/xml/transform/Transformer.java +++ b/java/external/src/javax/xml/transform/Transformer.java @@ -207,7 +207,7 @@ public abstract class Transformer { * namespace qualified, the property will be ignored. In other words the * behaviour is not orthogonal with setOutputProperties.

* - * @returns A copy of the set of output properties in effect + * @return A copy of the set of output properties in effect * for the next transformation. * * @see javax.xml.transform.OutputKeys diff --git a/java/external/src/org/w3c/dom/Node.java b/java/external/src/org/w3c/dom/Node.java index 56ed30a..78987cb 100644 --- a/java/external/src/org/w3c/dom/Node.java +++ b/java/external/src/org/w3c/dom/Node.java @@ -261,7 +261,7 @@ public interface Node { * this node is a Document or a DocumentType * which is not used with any Document yet, this is * null. - * @version DOM Level 2 + * @since DOM Level 2 */ public Document getOwnerDocument(); @@ -401,7 +401,7 @@ public interface Node { * CDATASections, the normalize operation alone may not be * sufficient, since XPointers do not differentiate between * Text nodes and CDATASection nodes. - * @version DOM Level 2 + * @since DOM Level 2 */ public void normalize();