mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
sentence capitalization
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
static class E1 extends Exception { }
|
||||
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
import java.io.*;
|
||||
|
||||
class C {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
static class E1 extends Exception { }
|
||||
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
interface I {
|
||||
void a();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
interface I {
|
||||
void a();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
import java.io.*;
|
||||
|
||||
class C {
|
||||
|
||||
Reference in New Issue
Block a user