From 8f523f3a1047919d3563daf1ef47ba87336ebe89 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 15 Nov 2005 23:20:01 +0000 Subject: Imported GNU Classpath 0.19 + gcj-import-20051115. * sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049 --- libjava/classpath/java/util/regex/Matcher.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libjava/classpath/java/util/regex') diff --git a/libjava/classpath/java/util/regex/Matcher.java b/libjava/classpath/java/util/regex/Matcher.java index bd97ace..5d04bdb 100644 --- a/libjava/classpath/java/util/regex/Matcher.java +++ b/libjava/classpath/java/util/regex/Matcher.java @@ -227,9 +227,9 @@ public final class Matcher * If the match succeeds then more information can be obtained via the * start, end, and group methods. * - * @see #start - * @see #end - * @see #group + * @see #start() + * @see #end() + * @see #group() */ public boolean matches () { @@ -267,7 +267,7 @@ public final class Matcher } /** - * @param group The index of a capturing group in this matcher's pattern + * @returns the index of a capturing group in this matcher's pattern * * @exception IllegalStateException If no match has yet been attempted, * or if the previous match operation failed -- cgit v1.1