mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
create ... fixes: sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
int i;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
private int i;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "false"
|
||||
// "Create property" "false"
|
||||
class Calculator {
|
||||
int i;
|
||||
public void printError() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Property" "true"
|
||||
// "Create property" "true"
|
||||
class Calculator {
|
||||
int i;
|
||||
public void printError() {
|
||||
|
||||
@@ -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