From 372a8b225a68ae65e3e5ad04c803c47648255db5 Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Fri, 27 Jan 2017 09:42:31 +0700 Subject: [PATCH] SimplifyStreamApiCallChains: description shortened --- .../SimplifyStreamApiCallChains.html | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/resources-en/src/inspectionDescriptions/SimplifyStreamApiCallChains.html b/resources-en/src/inspectionDescriptions/SimplifyStreamApiCallChains.html index 642b67282add..c08bbd1db67e 100644 --- a/resources-en/src/inspectionDescriptions/SimplifyStreamApiCallChains.html +++ b/resources-en/src/inspectionDescriptions/SimplifyStreamApiCallChains.html @@ -7,38 +7,23 @@ It allows to avoid creating redundant temporary objects when traversing a collec

Note that the replacements semantic may have minor difference in some cases.