From 77e155245f87fcd3959e1c7e7a0613b616e1afdf Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Tue, 13 Sep 2016 10:01:16 +0700 Subject: [PATCH] IDEA-161007 ComparatorCombinators.html better formatting --- .../src/inspectionDescriptions/ComparatorCombinators.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources-en/src/inspectionDescriptions/ComparatorCombinators.html b/resources-en/src/inspectionDescriptions/ComparatorCombinators.html index d1812075c369..31d8fc54b891 100644 --- a/resources-en/src/inspectionDescriptions/ComparatorCombinators.html +++ b/resources-en/src/inspectionDescriptions/ComparatorCombinators.html @@ -3,8 +3,8 @@ Inspection looks for Comparators defined as lambda expressions which could be expressed using methods like Comparator.comparing(). -Some comparators like (person1, person2) -> person1.getName().compareTo(person2.getName()) -could be simplified like this: Comparator.comparing(Person::getName). +

Some comparators like (person1, person2) -> person1.getName().compareTo(person2.getName()) + could be simplified like this: Comparator.comparing(Person::getName).

New in 2016.3 \ No newline at end of file