create ... fixes: sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 12:48:06 +03:00
parent bdf912b7b4
commit 127db13c12
14 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
// "Create Property" "true"
// "Create property" "true"
class Calculator {
int i;

View File

@@ -1,4 +1,4 @@
// "Create Property" "true"
// "Create property" "true"
class Calculator {
private int i;

View File

@@ -1,4 +1,4 @@
// "Create Property" "false"
// "Create property" "false"
class Calculator {
int i;
public void printError() {

View File

@@ -1,4 +1,4 @@
// "Create Property" "true"
// "Create property" "true"
class Calculator {
int i;
public void printError() {

View File

@@ -1,4 +1,4 @@
// "Create Property" "true"
// "Create property" "true"
class Calculator {
public void printError() {
set<caret>I(0);