mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
sentence capitalization
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
enum E {
|
||||
A {
|
||||
@Override
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
class Test {
|
||||
class A<T> {
|
||||
public class Inner { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
import java.lang.annotation.*;
|
||||
import java.util.*;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
enum E {
|
||||
<caret>A;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
class Test {
|
||||
class A<T> {
|
||||
public class Inner { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Implement Methods" "true"
|
||||
// "Implement methods" "true"
|
||||
import java.lang.annotation.*;
|
||||
import java.util.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user