IDEA-CR-13807 Inspection message updated

This commit is contained in:
Tagir Valeev
2016-09-15 16:30:49 +07:00
parent 8c3bbd3b2c
commit 7e75f9b0ff
@@ -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''