8160504: Fix typo in JavacProcessingEnvironment.importStringToPattern

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2016-06-28 17:39:44 -07:00
parent b7e5b3ec1a
commit d989ecb07a

View File

@ -1605,7 +1605,7 @@ public class JavacProcessingEnvironment implements ProcessingEnvironment, Closea
/**
* Convert import-style string for supported annotations into a
* regex matching that string. If the string is a valid
* regex matching that string. If the string is not a valid
* import-style string, return a regex that won't match anything.
*/
private static Pattern importStringToPattern(String s, Processor p, Log log) {