mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
create ... fixes: sentence capitalization
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
int i;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
private int i;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "false"
|
||||
// "Create property" "false"
|
||||
class Calculator {
|
||||
int i;
|
||||
public void printError() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
int i;
|
||||
public void printError() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
public void printError() {
|
||||
set<caret>I(0);
|
||||
|
||||
Reference in New Issue
Block a user