This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui] Add missing interface declaration to IIOMetadataNode
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Cc: Jerry Quinn <jlquinn at optonline dot net>
- Date: Tue, 28 Dec 2004 20:36:39 +0100
- Subject: Re: [gui] Add missing interface declaration to IIOMetadataNode
- References: <41D1B48F.4030607@optonline.net>
Am Dienstag, 28. Dezember 2004 20:31 schrieb Jerry Quinn:
> Missed this bit.
>
> 2004-12-28 Jerry Quinn <jlquinn@optonline.net>
>
> * javax/imageio/metadata/IIOMetadataNode.java: Add Node to
> implemented interface list.
>
> Index: IIOMetadataNode.java
> ===================================================================
> RCS file:
> /cvs/gcc/gcc/libjava/javax/imageio/metadata/IIOMetadataNode.java,v
> retrieving revision 1.1.12.2
> retrieving revision 1.1.12.3
> diff -u -r1.1.12.2 -r1.1.12.3
> --- IIOMetadataNode.java 28 Dec 2004 18:55:49 -0000 1.1.12.2
> +++ IIOMetadataNode.java 28 Dec 2004 19:27:43 -0000 1.1.12.3
> @@ -51,7 +51,7 @@
> import org.w3c.dom.Node;
> import org.w3c.dom.NodeList;
>
> -public class IIOMetadataNode implements Element, NodeList
> +public class IIOMetadataNode implements Element, Node, NodeList
According to J2SE 1.4.2 and 1.5.0 online docs this is wrong.
Note that I had all this stuff on my disk already and wanted to commit
it next weekend.
Michael
--
Homepage: http://www.worldforge.org/