[java-inspections] Add quotes to annotations in inspection messages

GitOrigin-RevId: a2d102bb75c6f0f213cfe79928909f8501be6ca7
This commit is contained in:
Bart van Helvert
2022-08-01 15:53:33 +02:00
committed by intellij-monorepo-bot
parent 9ee8313ff0
commit 2a86552363
52 changed files with 55 additions and 55 deletions

View File

@@ -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 {

View File

@@ -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 {