You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2002/03/20 00:27:09 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DocumentImpl.java

elena       02/03/19 15:27:09

  Modified:    java/src/org/apache/xerces/dom DocumentImpl.java
  Log:
  Bug fix: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7070
  
  Revision  Changes    Path
  1.69      +2 -2      xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java
  
  Index: DocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- DocumentImpl.java	29 Jan 2002 01:15:07 -0000	1.68
  +++ DocumentImpl.java	19 Mar 2002 23:27:08 -0000	1.69
  @@ -122,7 +122,7 @@
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
    * @author Ralf Pfeiffer, IBM
  - * @version $Id: DocumentImpl.java,v 1.68 2002/01/29 01:15:07 lehors Exp $
  + * @version $Id: DocumentImpl.java,v 1.69 2002/03/19 23:27:08 elena Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DocumentImpl
  @@ -1236,7 +1236,7 @@
               if (lc.captures + lc.bubbles + lc.defaults > 0) {
                   MutationEventImpl me= new MutationEventImpl();
                   me.initMutationEvent(MutationEventImpl.DOM_ATTR_MODIFIED,
  -                                     true, false, null,
  +                                     true, false, attr,
                                        attr.getNodeValue(), null, name,
                                        MutationEvent.REMOVAL);
                   dispatchEvent(oldOwner, me);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org