Author: markt
Date: Fri Jul 4 09:32:49 2014
New Revision: 1607807
URL: http://svn.apache.org/r1607807
Log:
Fix Javadoc nags
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.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=1607807&r1=1607806&r2=1607807&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java Fri Jul
4 09:32:49 2014
@@ -57,9 +57,6 @@ public interface IStoreConfig {
/**
* Store the current StoreFactory Server.
- *
- * @exception Exception
- * if an exception occurs while storing
*/
void storeConfig();
@@ -68,9 +65,6 @@ public interface IStoreConfig {
*
* @param aServer
* Object to be stored
- *
- * @exception Exception
- * if an exception occurs while storing
*/
boolean store(Server aServer);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]