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>
- *
- *       &lt;Registry name=&quot;&quot; encoding=&quot;UTF8&quot; &gt;
- *       &lt;Description tag=&quot;Server&quot; standard=&quot;true&quot; 
default=&quot;true&quot;/&gt;
- *          tagClass=&quot;org.apache.catalina.core.StandardServer&quot;
- *          
storeFactory=&quot;org.apache.catalina.storeconfig.StandardServerSF&quot;&gt;
- *        &lt;TransientAttributes&gt;
- *          &lt;Attribute&gt;&lt;/Attribute&gt;
- *        &lt;/TransientAttributes&gt;
- *        &lt;TransientChildren&gt;
- *          &lt;Child&gt;&lt;/Child&gt;
- *        &lt;/TransientChildren&gt;
- *       &lt;/Description&gt;
+ * {@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>
  *   ...
- *       &lt;/Tegistry&gt;
- *
+ *       </Registry>
+ * }
  * </pre>
  *
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to