mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
10 lines
195 B
Java
10 lines
195 B
Java
// "Replace with 'A.RADIUS'" "true"
|
|
|
|
class A {
|
|
public static String RADIUS = "radius";
|
|
|
|
public void myMethod(String propertyName) {
|
|
if ("rad<caret>ius".equals(propertyName)) {
|
|
}
|
|
}
|
|
} |