mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 12:50:56 +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)) {
|
|
}
|
|
}
|
|
} |