mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[jvm-lang] rename create getter/setter actions
- _Create Getter_ -> _Create read-only property 'foo' in 'Bar'_ - _Create Setter_ -> _Create write-only property 'foo' in 'Bar'_ Action names are now consistent with _Create property 'foo' in 'Bar'_.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create Getter" "true"
|
||||
// "Create read-only property 'field' in 'Test'" "true"
|
||||
public class Test {
|
||||
Integer field;
|
||||
public foo() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Getter" "true"
|
||||
// "Create read-only property 'field' in 'Test'" "true"
|
||||
public class Test {
|
||||
Integer field;
|
||||
public foo() {
|
||||
|
||||
Reference in New Issue
Block a user