8255262: Remove use of legacy custom @spec tag

Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
This commit is contained in:
Jonathan Gibbons 2020-10-22 19:42:01 +00:00
parent a0b687bfb2
commit 0aa3c92577
69 changed files with 0 additions and 209 deletions

View file

@ -109,7 +109,6 @@ import java.util.stream.StreamSupport;
* @author Mark Reinhold
* @author JSR-51 Expert Group
* @since 1.4
* @spec JSR-51
*/
public final class Matcher implements MatchResult {

View file

@ -771,7 +771,6 @@ import jdk.internal.util.ArraysSupport;
* @author Mark Reinhold
* @author JSR-51 Expert Group
* @since 1.4
* @spec JSR-51
*/
public final class Pattern

View file

@ -31,7 +31,6 @@ package java.util.regex;
*
* @author unascribed
* @since 1.4
* @spec JSR-51
*/
public class PatternSyntaxException