Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049
This commit is contained in:
parent
02e549bfaa
commit
8f523f3a10
1241 changed files with 97711 additions and 25284 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue