sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 13:02:00 +03:00
parent b2147def98
commit 91a5684fee
20 changed files with 24 additions and 24 deletions
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
private final String myP;
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
private int myP1;
@@ -1,4 +1,4 @@
// "Bind Constructor Parameters to Fields" "true"
// "Bind constructor parameters to fields" "true"
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -1,4 +1,4 @@
// "Bind Constructor Parameters to Fields" "true"
// "Bind constructor parameters to fields" "true"
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -1,4 +1,4 @@
// "Bind Constructor Parameters to Fields" "true"
// "Bind constructor parameters to fields" "true"
class Bar {
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
private Object myP1;
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
private String myP1;
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
private final String myP;
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
void <caret>method(int p1, int p2){
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "false"
// "Bind method parameters to fields" "false"
class A{
private final String myP1;
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "false"
// "Bind method parameters to fields" "false"
class A{
private final String myP1;
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "false"
// "Bind method parameters to fields" "false"
class A{
void <caret>f(){
@@ -1,4 +1,4 @@
// "Bind Constructor Parameters to Fields" "true"
// "Bind constructor parameters to fields" "true"
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -1,4 +1,4 @@
// "Bind Constructor Parameters to Fields" "true"
// "Bind constructor parameters to fields" "true"
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -1,4 +1,4 @@
// "Bind Constructor Parameters to Fields" "true"
// "Bind constructor parameters to fields" "true"
class Bar {
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
<T> void f(T p<caret>1, T p2){
@@ -1,4 +1,4 @@
// "Bind Method Parameters to Fields" "true"
// "Bind method parameters to fields" "true"
class A{
<T extends String> void f(T p<caret>1, T p2){