elena 2003/02/19 10:50:32 Modified: java/src/org/apache/xerces/dom ElementNSImpl.java Log: Bug fix: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17064 Patch submitter: Michael Glavassevich Revision Changes Path 1.32 +3 -4 xml-xerces/java/src/org/apache/xerces/dom/ElementNSImpl.java Index: ElementNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementNSImpl.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ElementNSImpl.java 22 Jan 2003 15:00:53 -0000 1.31 +++ ElementNSImpl.java 19 Feb 2003 18:50:32 -0000 1.32 @@ -388,7 +388,6 @@ * @see NodeImpl#setReadOnly */ public void setType(XSTypeDefinition type) { - type = type; - } - + this.type = type; + } }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]