mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 22:20:24 +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;
|
|
} |