From c44340a351e41c5f0c6e32a45f2e1bb887b692e3 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Fri, 15 Jan 2016 21:34:01 +0300 Subject: [PATCH] Corrections on code review --- .../resources/inspectionDescriptions/SimplifyAssertNotNull.html | 2 +- idea/src/META-INF/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ />