mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[Java. Code Formatting] Rewrite the way of detection type annotation in JavaFormatterUtil
IDEA-353192 GitOrigin-RevId: 34e375e4e1e059be03aad12c2839911b8315ed06
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c7a93d5462
commit
a4d5e41d7f
@@ -6,8 +6,7 @@ public interface MyTestClass {
|
||||
}
|
||||
|
||||
public class MyRealTestClass implements MyTestClass {
|
||||
@NotNull
|
||||
String implementMe(String arg) {
|
||||
@NotNull String implementMe(String arg) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user