Author: rjung Date: Sun May 12 08:50:36 2013 New Revision: 1481495 URL: http://svn.apache.org/r1481495 Log: Fix Javadoc fixes.
Modified: tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java Modified: tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java?rev=1481495&r1=1481494&r2=1481495&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java Sun May 12 08:50:36 2013 @@ -423,7 +423,7 @@ public class Diagnostics { * The given list of locales will be used * to retrieve a StringManager. * - * @requestedLocales list of locales to use + * @param requestedLocales list of locales to use * @return the formatted JVM thread dump */ public static String getThreadDump(Enumeration<Locale> requestedLocales) { @@ -434,7 +434,7 @@ public class Diagnostics { * Retrieve a JVM thread dump formatted * using the given StringManager. * - * @requestedSm the StringManager to use + * @param requestedSm the StringManager to use * @return the formatted JVM thread dump */ public static String getThreadDump(StringManager requestedSm) { @@ -497,7 +497,7 @@ public class Diagnostics { * The given list of locales will be used * to retrieve a StringManager. * - * @requestedLocales list of locales to use + * @param requestedLocales list of locales to use * @return the formatted JVM information text */ public static String getVMInfo(Enumeration<Locale> requestedLocales) { @@ -508,7 +508,7 @@ public class Diagnostics { * Retrieve a JVM information text formatted * using the given StringManager. * - * @requestedSm the StringManager to use + * @param requestedSm the StringManager to use * @return the formatted JVM information text */ public static String getVMInfo(StringManager requestedSm) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org