public class X { void f(String a, String b) { StringBuffer buffer = new StringBuffer(); buffer.append(a).append(b); } }