From cf6f7d55897e0c6b1badbcfc241e512a4bb154b8 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Tue, 20 Apr 2004 12:30:19 +0000 Subject: Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 Michael Koch * java/lang/Byte.java, java/lang/CharSequence.java, java/lang/ClassLoader.java, java/lang/Compiler.java, java/lang/Double.java, java/lang/Float.java, java/lang/Integer.java, java/lang/Long.java, java/lang/Math.java, java/lang/Number.java, java/lang/Package.java, java/lang/Runtime.java, java/lang/RuntimePermission.java, java/lang/SecurityManager.java, java/lang/Short.java, java/lang/StringBuffer.java, java/lang/System.java, java/lang/ThreadGroup.java, java/lang/Throwable.java, java/lang/reflect/InvocationHandler.java, java/lang/reflect/Proxy.java: Fixed javadocs, coding style and argument names all over. From-SVN: r80899 --- libjava/java/lang/Integer.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libjava/java/lang/Integer.java') diff --git a/libjava/java/lang/Integer.java b/libjava/java/lang/Integer.java index f9d901804f7..9c8329dbd83 100644 --- a/libjava/java/lang/Integer.java +++ b/libjava/java/lang/Integer.java @@ -220,9 +220,9 @@ public final class Integer extends Number implements Comparable * within MIN_VALUE to MAX_VALUE, inclusive. * Unlike Double.parseDouble, you may not have a leading '+'. * - * @param s the String to convert + * @param str the String to convert * @param radix the radix (base) to use in the conversion - * @return the String argument converted to int + * @return the String argument converted to int * @throws NumberFormatException if s cannot be parsed as an * int */ @@ -414,7 +414,7 @@ public final class Integer extends Number implements Comparable * interpret the value of the property. * * @param nm the name of the system property - * @param val the default value + * @param def the default value * @return the value of the system property, or the default * @throws SecurityException if accessing the system property is forbidden * @see System#getProperty(String) @@ -461,7 +461,7 @@ public final class Integer extends Number implements Comparable * Finally, the value must be in the range MIN_VALUE to * MAX_VALUE, or an exception is thrown. * - * @param s the String to interpret + * @param str the String to interpret * @return the value of the String as an Integer * @throws NumberFormatException if s cannot be parsed as a * int -- cgit v1.2.3