--- edoc-applet/com/exploringxml/xml/Node.java 2003/06/17 10:38:55 1.1 +++ edoc-applet/com/exploringxml/xml/Node.java 2003/06/17 10:38:55 1.1.1.1 @@ -14,7 +14,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: Node.java,v 1.1 2003/06/17 10:38:55 rogo Exp $ + * $Id: Node.java,v 1.1.1.1 2003/06/17 10:38:55 rogo Exp $ */ package com.exploringxml.xml; @@ -25,7 +25,7 @@ import java.util.Hashtable; * A node of an XML DOM tree; * * @author Michael Claßen - * @version $Revision: 1.1 $ + * @version $Revision: 1.1.1.1 $ */ public class Node {