Searched refs:lineBuffer (Results 1 – 1 of 1) sorted by relevance
385 StringBuilder lineBuffer = new StringBuilder(); in splitModules() local386 lineBuffer.append(String.format("shard #%d (%s):", in splitModules()389 lineBuffer.append(itr.next().first); in splitModules()391 lineBuffer.append(','); in splitModules()392 lineBuffer.append(itr.next().first); in splitModules()395 printLine(lineBuffer.toString()); in splitModules()