mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
interface Card {
|
||||
void play();
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
class c {
|
||||
void foo() {
|
||||
new I<String>()<caret>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "false"
|
||||
// "Implement methods" "false"
|
||||
class c {
|
||||
void foo() {
|
||||
new I<String>(new String(<caret>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
interface Card {
|
||||
void play();
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
class c {
|
||||
void foo() {
|
||||
new Runnable()<caret>
|
||||
|
||||
Reference in New Issue
Block a user