mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Reformat with context on postponed formatting: fixed java test data
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
class Test {
|
||||
@NotNull
|
||||
public String noNull( @Nullable String text) {
|
||||
public String noNull(@Nullable String text) {
|
||||
return text == null ? "" : text;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user