Replace StringBuffe with StringBuilder

Issues: SWF-1532
This commit is contained in:
Phillip Webb
2012-04-05 10:48:49 -07:00
parent 3f1c40188c
commit 58936414e4
16 changed files with 30 additions and 30 deletions

View File

@@ -51,7 +51,7 @@ public class StaticConversionExecutorImplTests extends TestCase {
public void testIllegalType() {
try {
conversionExecutor.execute(new StringBuffer());
conversionExecutor.execute(new StringBuilder());
fail();
} catch (ConversionExecutionException e) {
// expected