blob: 8fbeeae2b55b3c353399fb94e90771696fb5f704 [file] [log] [blame]
public class B21031147 {
{
return new StringBuilder(maxLength)
.append(seq, 0, truncationLength)
.append(truncationIndicator)
.toString();
}
}