You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/05/14 05:52:33 UTC

svn commit: r656098 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/XSGrammarPoolContainer.java

Author: mrglavas
Date: Tue May 13 20:52:33 2008
New Revision: 656098

URL: http://svn.apache.org/viewvc?rev=656098&view=rev
Log:
Fix-up Javadoc.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/XSGrammarPoolContainer.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/XSGrammarPoolContainer.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/XSGrammarPoolContainer.java?rev=656098&r1=656097&r2=656098&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/XSGrammarPoolContainer.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/XSGrammarPoolContainer.java Tue May 13 20:52:33 2008
@@ -53,10 +53,10 @@
     public Boolean getFeature(String featureId);
     
     /**
-     * Returns the version of the schema components contained in this
-     * object
+     * <p>Returns the version of the schema components contained in this
+     * object.</p>
      * 
-     * @ return the version of the schema components contained in this
+     * @return the version of the schema components contained in this
      * object
      */
     public String getXMLSchemaVersion();



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