changeset 10345:b4aebbfc5b3a

7066490: @since 1.7 tag is missing for java.util.regex.Matcher.group(java.lang.String) Summary: Added the @since 1.7 tag Reviewed-by: mduigou, forax
author sherman
date Wed, 17 Aug 2011 15:18:16 -0700
parents 9a26a761ef07
children 916b87d13b0b 8a89ee820687
files jdk/src/share/classes/java/util/regex/Matcher.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/jdk/src/share/classes/java/util/regex/Matcher.java	Wed Aug 17 14:18:30 2011 -0700
+++ b/jdk/src/share/classes/java/util/regex/Matcher.java	Wed Aug 17 15:18:16 2011 -0700
@@ -515,6 +515,7 @@
      * @throws  IllegalArgumentException
      *          If there is no capturing group in the pattern
      *          with the given name
+     * @since 1.7
      */
     public String group(String name) {
         if (name == null)