Author: mukulg
Date: Tue Mar 29 09:56:35 2011
New Revision: 1086532

URL: http://svn.apache.org/viewvc?rev=1086532&view=rev
Log:
cosmetic javadoc improvement

Modified:
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/PSVIElementNSImpl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/PSVIElementNSImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/PSVIElementNSImpl.java?rev=1086532&r1=1086531&r2=1086532&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/PSVIElementNSImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/PSVIElementNSImpl.java
 Tue Mar 29 09:56:35 2011
@@ -107,7 +107,7 @@ public class PSVIElementNSImpl extends E
     /** the schema information property */
     protected XSModel fSchemaInformation = null;
     
-    /** inherited attributes **/
+    /** inherited attributes */
     protected XSAttributeUse[] fInheritedAttributes = null; 
     
     //
@@ -277,7 +277,7 @@ public class PSVIElementNSImpl extends E
      */
     public XSAttributeUse[] getInheritedAttributes() {
         return fInheritedAttributes; 
-     }
+    }
     
     /**
      * Copy PSVI properties from another psvi item.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to