mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 02:30:06 +00:00
8160504: Fix typo in JavacProcessingEnvironment.importStringToPattern
Reviewed-by: jjg
This commit is contained in:
parent
b7e5b3ec1a
commit
d989ecb07a
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user