sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 11:49:04 +03:00
parent 25275abdc8
commit 10d9a87226
27 changed files with 29 additions and 29 deletions
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
static class E1 extends Exception { }
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
static class E1 extends Exception { }
static class E2 extends Exception { }
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
interface I {
void a() throws InterruptedException;
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
interface I {
void a() throws InterruptedException;
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
import java.io.*;
class C {
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
static class E1 extends Exception { }
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
static class E1 extends Exception { }
static class E2 extends Exception { }
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "false"
// "Add exception to method signature" "false"
class C {
public static void main(String[] args) throws InterruptedException {
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
interface I {
void a();
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
class C {
interface I {
void a();
@@ -1,4 +1,4 @@
// "Add Exception to Method Signature" "true"
// "Add exception to method signature" "true"
import java.io.*;
class C {