sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 11:19:41 +03:00
parent d304ec4ede
commit 1d566347e1
49 changed files with 66 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
interface Card {
void play();
}

View File

@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
class c {
void foo() {
new I<String>()<caret>

View File

@@ -1,4 +1,4 @@
// "Implement Methods" "false"
// "Implement methods" "false"
class c {
void foo() {
new I<String>(new String(<caret>

View File

@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
interface Card {
void play();
}

View File

@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
class c {
void foo() {
new Runnable()<caret>