Add a comment

This commit is contained in:
hns 2004-01-26 14:58:04 +00:00
parent b0d1f7f5fa
commit bb0bc89fee

View file

@ -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();