yoavs 2004/05/26 08:41:22
Modified: catalina/src/share/org/apache/catalina/core
StandardServer.java
Log:
Minor JavaDoc fixes (Bugzilla 11212)
Revision Changes Path
1.28 +9 -9
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardServer.java
Index: StandardServer.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardServer.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- StandardServer.java 4 Mar 2004 21:47:42 -0000 1.27
+++ StandardServer.java 26 May 2004 15:41:22 -0000 1.28
@@ -363,7 +363,7 @@
/**
* Set the global naming resources.
*
- * @param namingResources The new global naming resources
+ * @param globalNamingResources The new global naming resources
*/
public void setGlobalNamingResources
(NamingResources globalNamingResources) {
@@ -691,11 +691,11 @@
* Write the configuration information for this entire <code>Server</code>
* out to the server.xml configuration file.
*
- * @exception InstanceNotFoundException if the managed resource object
+ * @exception javax.management.InstanceNotFoundException if the managed
resource object
* cannot be found
- * @exception MBeanException if the initializer of the object throws
+ * @exception javax.management.MBeanException if the initializer of the object
throws
* an exception, or persistence is not supported
- * @exception RuntimeOperationsException if an exception is reported
+ * @exception javax.management.RuntimeOperationsException if an exception is
reported
* by the persistence mechanism
*/
public synchronized void storeConfig() throws Exception {
@@ -794,11 +794,11 @@
* Write the configuration information for <code>Context</code>
* out to the specified configuration file.
*
- * @exception InstanceNotFoundException if the managed resource object
+ * @exception javax.management.InstanceNotFoundException if the managed
resource object
* cannot be found
- * @exception MBeanException if the initializer of the object throws
+ * @exception javax.management.MBeanException if the initializer of the object
throws
* an exception, or persistence is not supported
- * @exception RuntimeOperationsException if an exception is reported
+ * @exception javax.management.RuntimeOperationsException if an exception is
reported
* by the persistence mechanism
*/
public synchronized void storeContext(Context context) throws Exception {
@@ -2076,7 +2076,7 @@
*
* @param writer PrintWriter to which we are storing
* @param indent Number of spaces to indent this element
- * @param server Object to be stored
+ * @param service Object to be stored
*
* @exception Exception if an exception occurs while storing
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]