mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[java-inspections] Improve 'AddUnknownTagToCustoms' warning message
GitOrigin-RevId: bceda7452262b53ca05624669f7d7723691abfc0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c852ad3e64
commit
1da8b85338
@@ -31,7 +31,7 @@ add.runtime.exception.to.throws.family=Add Runtime Exception to Method Signature
|
||||
add.typecast.family=Add type cast
|
||||
add.typecast.text=Cast to ''{0}''
|
||||
add.qualifier.typecast.text=Cast qualifier to ''{0}''
|
||||
add.docTag.to.custom.tags=Add {0} to custom tags
|
||||
add.docTag.to.custom.tags=Add ''@{0}'' to custom tags
|
||||
add.docTag.to.custom.tags.preview=Adds this tag to a list of custom tags that will be ignored by this inspection.
|
||||
fix.javadoc.family=Fix Javadoc
|
||||
adjust.package.family=Adjust Package Name
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Add foo to custom tags" "true"
|
||||
// "Add '@foo' to custom tags" "true"
|
||||
|
||||
class Foo {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Add foo to custom tags" "true"
|
||||
// "Add '@foo' to custom tags" "true"
|
||||
|
||||
class Foo {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user