mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[java-inspections] Add quotes to annotations in inspection messages
GitOrigin-RevId: a2d102bb75c6f0f213cfe79928909f8501be6ca7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9ee8313ff0
commit
2a86552363
@@ -1,4 +1,4 @@
|
||||
// "Annotate method 'dontAnnotateBase' as @NotNull" "true-preview"
|
||||
// "Annotate method 'dontAnnotateBase' as '@NotNull'" "true-preview"
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class X {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate method 'dontAnnotateBase' as @NotNull" "true-preview"
|
||||
// "Annotate method 'dontAnnotateBase' as '@NotNull'" "true-preview"
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class X {
|
||||
|
||||
Reference in New Issue
Block a user