Fix unit test

This commit is contained in:
Andreas Dangel
2015-09-04 21:58:01 +02:00
parent c0c79e522f
commit bd83821dd9

View File

@ -214,7 +214,6 @@ public class Foo {
public class Foo {
public void foo() {
final StringBuffer stringBuffer = new StringBuffer().append("agrego ").append("un ");
stringBuffer = new StringBuffer().append("agrego ").append("un ");
stringBuffer.append("string ");
}
}