No effective change - code cleanup - remove unnecessary boxing

This commit is contained in:
Robin Bygrave
2015-07-31 20:08:30 +12:00
parent ba3b1fea6f
commit 9fe47194ff
34 changed files with 55 additions and 78 deletions
@@ -77,7 +77,7 @@ public class CQueryRowCount {
* Return a summary description of this query.
*/
public String getSummary() {
StringBuilder sb = new StringBuilder();
StringBuilder sb = new StringBuilder(80);
sb.append("FindRowCount exeMicros[").append(executionTimeMicros)
.append("] rows[").append(rowCount)
.append("] type[").append(desc.getFullName())