mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
4 lines
140 B
Java
4 lines
140 B
Java
// "Create constant field 'SOME_REGEXP'" "true"
|
|
class IntroduceConstant {
|
|
private static final String SOME_PATTERN = SOME_RE<caret>GEXP;
|
|
} |