diff --git a/idea/resources/inspectionDescriptions/SimplifyAssertNotNull.html b/idea/resources/inspectionDescriptions/SimplifyAssertNotNull.html index 0abb9f857f8..2efe3978490 100644 --- a/idea/resources/inspectionDescriptions/SimplifyAssertNotNull.html +++ b/idea/resources/inspectionDescriptions/SimplifyAssertNotNull.html @@ -1,6 +1,6 @@ -This inspection detects an 'assert' calls that check that a variable declared above has non-null value. +This inspection detects 'assert' calls checking that a variable declared above has a non-null value. Such asserts can be replaced with use of '!!' or '?:' operator in the variable initializer. diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 6b08d8cc820..5e0a9ff0c42 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1169,7 +1169,7 @@ />