You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/02/11 14:33:38 UTC

svn commit: r1444762 - in /tomcat/trunk/java/org/apache/catalina/storeconfig: IStoreConfig.java StoreConfig.java WebResourceRootSF.java

Author: markt
Date: Mon Feb 11 13:33:37 2013
New Revision: 1444762

URL: http://svn.apache.org/r1444762
Log:
Fix a handful of Javadoc warnings

Modified:
    tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java
    tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java
    tomcat/trunk/java/org/apache/catalina/storeconfig/WebResourceRootSF.java

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java?rev=1444762&r1=1444761&r2=1444762&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java (original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java Mon Feb 11 13:33:37 2013
@@ -83,9 +83,6 @@ public interface IStoreConfig {
      *            Number of spaces to indent this element
      * @param aServer
      *            Object to be stored
-     *
-     * @exception Exception
-     *                if an exception occurs while storing
      */
     void store(PrintWriter aWriter, int indent, Server aServer);
 
@@ -98,9 +95,6 @@ public interface IStoreConfig {
      *            Number of spaces to indent this element
      * @param aService
      *            Object to be stored
-     *
-     * @exception Exception
-     *                if an exception occurs while storing
      */
     void store(PrintWriter aWriter, int indent, Service aService);
 
@@ -113,9 +107,6 @@ public interface IStoreConfig {
      *            Number of spaces to indent this element
      * @param aHost
      *            Object to be stored
-     *
-     * @exception Exception
-     *                if an exception occurs while storing
      */
     void store(PrintWriter aWriter, int indent, Host aHost);
 
@@ -124,9 +115,6 @@ public interface IStoreConfig {
      *
      * @param aContext
      *            Object to be stored
-     *
-     * @exception Exception
-     *                if an exception occurs while storing
      */
     void store(Context aContext);
 
@@ -139,9 +127,6 @@ public interface IStoreConfig {
      *            Number of spaces to indent this element
      * @param aContext
      *            Object to be stored
-     *
-     * @exception Exception
-     *                if an exception occurs while storing
      */
     void store(PrintWriter aWriter, int indent, Context aContext);
 }
\ No newline at end of file

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java?rev=1444762&r1=1444761&r2=1444762&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java (original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfig.java Mon Feb 11 13:33:37 2013
@@ -95,9 +95,7 @@ public class StoreConfig implements ISto
     }
 
     /**
-     * Store current Server
-     *
-     * @see org.apache.catalina.ServerFactory#getServer()
+     * Store current Server.
      */
     @Override
     public synchronized void storeConfig() {

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/WebResourceRootSF.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/WebResourceRootSF.java?rev=1444762&r1=1444761&r2=1444762&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/WebResourceRootSF.java (original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/WebResourceRootSF.java Mon Feb 11 13:33:37 2013
@@ -34,8 +34,6 @@ public class WebResourceRootSF extends S
      *            PrintWriter to which we are storing
      * @param indent
      *            Number of spaces to indent this element
-     * @param aCluster
-     *            Cluster whose properties are being stored
      *
      * @exception Exception
      *                if an exception occurs while storing



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