--- old/src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java 2015-10-14 20:39:57.710830617 +0400 +++ new/src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java 2015-10-14 20:39:57.526830626 +0400 @@ -962,7 +962,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public void setIdAttribute(String name, boolean isId) @@ -974,7 +974,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public void setIdAttributeNS(String namespaceURI, String localName, @@ -987,7 +987,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public void setIdAttributeNode(Attr idAttr, boolean isId) @@ -999,7 +999,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public TypeInfo getSchemaTypeInfo() throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1009,7 +1009,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public Object setUserData(String key, Object data, @@ -1021,7 +1021,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public Object getUserData(String key) throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1031,7 +1031,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public Object getFeature(String feature, String version) throws DOMException { @@ -1042,7 +1042,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public boolean isSameNode(Node node) throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1052,7 +1052,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public boolean isEqualNode(Node node) throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1062,7 +1062,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public String lookupNamespaceURI(String prefix) throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1072,7 +1072,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public boolean isDefaultNamespace(String namespaceURI) throws DOMException { @@ -1083,7 +1083,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public String lookupPrefix(String namespaceURI) throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1093,7 +1093,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public String getTextContent() throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1103,7 +1103,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public void setTextContent(String textContent) throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR, @@ -1113,7 +1113,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public short compareDocumentPosition(Node other) throws DOMException { @@ -1124,7 +1124,7 @@ /** * This DOM Level 3 method is not supported for {@code IIOMetadataNode} * and will throw a {@code DOMException}. - * @throws DOMException - always. + * @throws DOMException always. */ public String getBaseURI() throws DOMException { throw new DOMException(DOMException.NOT_SUPPORTED_ERR,