Skip to content

Commit fd1d002

Browse files
author
骏烈
committed
1 parent 34ed9d8 commit fd1d002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/inspection/standalone/AliDeprecationInspection.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import javax.swing.JComponent
3737
* @date 2016/12/08
3838
*/
3939
class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
40-
val messageKey = "com.alibaba.p3c.idea.inspection.standalone.AliDeprecationInspection"
40+
private val messageKey = "com.alibaba.p3c.idea.inspection.standalone.AliDeprecationInspection"
4141

4242
constructor()
4343
/**
@@ -46,7 +46,7 @@ class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
4646
constructor(any: Any?) : this()
4747

4848
init {
49-
IGNORE_INSIDE_DEPRECATED = false
49+
IGNORE_INSIDE_DEPRECATED = true
5050
IGNORE_ABSTRACT_DEPRECATED_OVERRIDES = false
5151
IGNORE_IMPORT_STATEMENTS = false
5252
IGNORE_METHODS_OF_DEPRECATED = false

0 commit comments

Comments
 (0)