mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Qodana integration
This commit is contained in:
committed by
Jakub Chrzanowski
parent
e3dd698e1e
commit
be7db8265f
@@ -1,6 +1,5 @@
|
||||
package org.jetbrains.plugins.template
|
||||
|
||||
import com.intellij.AbstractBundle
|
||||
import com.intellij.DynamicBundle
|
||||
import org.jetbrains.annotations.NonNls
|
||||
import org.jetbrains.annotations.PropertyKey
|
||||
@@ -15,7 +14,7 @@ object MyBundle : DynamicBundle(BUNDLE) {
|
||||
fun message(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) =
|
||||
getMessage(key, *params)
|
||||
|
||||
@Suppress("SpreadOperator")
|
||||
@Suppress("SpreadOperator", "unused")
|
||||
@JvmStatic
|
||||
fun messagePointer(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) =
|
||||
getLazyMessage(key, *params)
|
||||
|
||||
Reference in New Issue
Block a user