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
@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
enum E {
A {
@Override
@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
class Test {
class A<T> {
public class Inner { }
@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
import java.lang.annotation.*;
import java.util.*;
@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
enum E {
<caret>A;
@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
class Test {
class A<T> {
public class Inner { }
@@ -1,4 +1,4 @@
// "Implement Methods" "true"
// "Implement methods" "true"
import java.lang.annotation.*;
import java.util.*;