mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Cleanup (formatting)
This commit is contained in:
+3
-3
@@ -8,8 +8,8 @@ import java.util.List;
|
||||
@interface N {}
|
||||
|
||||
class a {
|
||||
List<@N String> f() {
|
||||
return ;
|
||||
List<@N String> f() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ class b extends a {
|
||||
List<@N String> f() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -8,8 +8,8 @@ import java.util.List;
|
||||
@interface N {}
|
||||
|
||||
class a {
|
||||
void f() {
|
||||
return ;
|
||||
void f() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ class b extends a {
|
||||
<caret>List<@N String> f() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user