No effective change - add code inspection suppression comments

This commit is contained in:
Robin Bygrave
2015-08-01 20:41:50 +12:00
parent 17d97623d5
commit b82223dc1d
14 changed files with 22 additions and 8 deletions
@@ -88,6 +88,7 @@ public class CQueryFetchIds {
* Return a summary description of this query.
*/
public String getSummary() {
//noinspection StringBufferReplaceableByString
StringBuilder sb = new StringBuilder(80);
sb.append("FindIds exeMicros[").append(executionTimeMicros)
.append("] rows[").append(rowCount)