Fix StringBuilder.append generation
append(StringBuilder) is private and should not be called
This commit is contained in:
@@ -71,7 +71,6 @@ public class AsmUtil {
|
|||||||
|
|
||||||
private static final Set<Type> STRING_BUILDER_OBJECT_APPEND_ARG_TYPES = Sets.newHashSet(
|
private static final Set<Type> STRING_BUILDER_OBJECT_APPEND_ARG_TYPES = Sets.newHashSet(
|
||||||
getType(String.class),
|
getType(String.class),
|
||||||
getType(StringBuilder.class),
|
|
||||||
getType(StringBuffer.class),
|
getType(StringBuffer.class),
|
||||||
getType(CharSequence.class)
|
getType(CharSequence.class)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user