mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-28 23:38:47 +07:00
052f30a7f9
GitOrigin-RevId: f14c231ceb20e9fcb20f531a9e4856a75c9a37a7
5 lines
191 B
Java
5 lines
191 B
Java
// "Create constant field 'SOME_REGEXP'" "true-preview"
|
|
class IntroduceConstant {
|
|
private static final String SOME_REGEXP = ;
|
|
private static final String SOME_PATTERN = SOME_REGEXP;
|
|
} |