Author: fschumacher Date: Sun Sep 13 14:07:44 2015 New Revision: 1702778 URL: http://svn.apache.org/r1702778 Log: Javadocs. Convert xml fragment to {@code ... } and correct the xml example.
Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java?rev=1702778&r1=1702777&r2=1702778&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java (original) +++ tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java Sun Sep 13 14:07:44 2015 @@ -31,21 +31,24 @@ import org.xml.sax.SAXException; * <b>XML Format </b> * * <pre> - * - * <Registry name="" encoding="UTF8" > - * <Description tag="Server" standard="true" default="true"/> - * tagClass="org.apache.catalina.core.StandardServer" - * storeFactory="org.apache.catalina.storeconfig.StandardServerSF"> - * <TransientAttributes> - * <Attribute></Attribute> - * </TransientAttributes> - * <TransientChildren> - * <Child></Child> - * </TransientChildren> - * </Description> + * {@code + * <Registry name="" encoding="UTF8" > + * <Description + * tag="Server" + * standard="true" + * default="true" + * tagClass="org.apache.catalina.core.StandardServer" + * storeFactoryClass="org.apache.catalina.storeconfig.StandardServerSF"> + * <TransientAttributes> + * <Attribute></Attribute> + * </TransientAttributes> + * <TransientChildren> + * <Child></Child> + * </TransientChildren> + * </Description> * ... - * </Tegistry> - * + * </Registry> + * } * </pre> * * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org