Add a comment
This commit is contained in:
parent
b0d1f7f5fa
commit
bb0bc89fee
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ public final class ResponseTrans implements Externalizable {
|
|||
public String popStringBuffer() {
|
||||
StringBuffer b = buffer;
|
||||
|
||||
// restore the previous buffer, which may be null
|
||||
buffer = buffers.empty() ? null : (StringBuffer) buffers.pop();
|
||||
|
||||
return b.toString();
|
||||
|
|
Loading…
Add table
Reference in a new issue