mrglavas    2004/11/04 12:10:19

  Modified:    java/src/org/apache/xerces/dom AttrImpl.java
  Log:
  Fixing indentation from last commit.
  
  Revision  Changes    Path
  1.63      +4 -4      xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java
  
  Index: AttrImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- AttrImpl.java     4 Nov 2004 20:08:55 -0000       1.62
  +++ AttrImpl.java     4 Nov 2004 20:10:19 -0000       1.63
  @@ -337,9 +337,9 @@
        */
       public void setValue(String newvalue) {
   
  -     CoreDocumentImpl ownerDocument = ownerDocument();
  -     
  -     if (ownerDocument.errorChecking && isReadOnly()) {
  +        CoreDocumentImpl ownerDocument = ownerDocument();
  +        
  +        if (ownerDocument.errorChecking && isReadOnly()) {
               String msg = 
DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, 
"NO_MODIFICATION_ALLOWED_ERR", null);
               throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to