From 7e75f9b0ff4a6a03ec8645232c3cda6794c40dc8 Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Thu, 15 Sep 2016 16:30:06 +0700 Subject: [PATCH] IDEA-CR-13807 Inspection message updated --- resources-en/src/messages/QuickFixBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources-en/src/messages/QuickFixBundle.properties b/resources-en/src/messages/QuickFixBundle.properties index 9760adac7187..94a5362f78ee 100644 --- a/resources-en/src/messages/QuickFixBundle.properties +++ b/resources-en/src/messages/QuickFixBundle.properties @@ -286,7 +286,7 @@ add.exception.from.field.initializer.to.constructor.throws.family.text=Add excep java.8.collections.api.inspection.description=If statement could be replaced with single method java.8.collections.api.inspection.fix.family.name=Replace with single method call java.8.collections.api.inspection.fix.text=Replace with ''{0}'' method call -java.8.collections.api.inspection.sort.description=Collections.sort(list, comparator) could be replaced with list.sort(comparator) +java.8.collections.api.inspection.sort.description=Collections.sort could be replaced with List.sort java.8.collections.api.inspection.sort.fix.name=Replace with List.sort wrap.with.optional.parameter.text=Wrap {0, choice, 1#1st|2#2nd|3#3rd|4#{0,number}th} parameter using ''java.util.Optional''