yoavs 2004/05/26 08:48:29
Modified: catalina/src/share/org/apache/catalina/logger
LoggerBase.java
Log:
Minor JavaDoc fixes (Bugzilla 28335)
Revision Changes Path
1.9 +3 -3
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/logger/LoggerBase.java
Index: LoggerBase.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/logger/LoggerBase.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- LoggerBase.java 27 Feb 2004 14:58:44 -0000 1.8
+++ LoggerBase.java 26 May 2004 15:48:29 -0000 1.9
@@ -185,7 +185,7 @@
* Set the verbosity level of this logger. Messages logged with a
* higher verbosity than this level will be silently ignored.
*
- * @param verbosityLevel The new verbosity level, as a string
+ * @param verbosity The new verbosity level, as a string
*/
public void setVerbosityLevel(String verbosity) {
@@ -223,7 +223,7 @@
* log. The name and type of the servlet log is specific to the
* servlet container. This message will be logged unconditionally.
*
- * @param message A <code>String</code> specifying the message to be
+ * @param msg A <code>String</code> specifying the message to be
* written to the log file
*/
public void log(String msg) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]