aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/lang/Integer.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/lang/Integer.java')
-rw-r--r--libjava/classpath/java/lang/Integer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/lang/Integer.java b/libjava/classpath/java/lang/Integer.java
index 53de9ab9667..f3fe85f5041 100644
--- a/libjava/classpath/java/lang/Integer.java
+++ b/libjava/classpath/java/lang/Integer.java
@@ -707,8 +707,8 @@ public final class Integer extends Number implements Comparable
* @throws NullPointerException if decode is true and str if null
* @see #parseInt(String, int)
* @see #decode(String)
- * @see Byte#parseInt(String, int)
- * @see Short#parseInt(String, int)
+ * @see Byte#parseByte(String, int)
+ * @see Short#parseShort(String, int)
*/
static int parseInt(String str, int radix, boolean decode)
{