merge fix

This commit is contained in:
Ulf Gebhardt 2012-11-06 15:08:28 +01:00
parent 1938738e24
commit c4aac841fc

View File

@ -38,7 +38,6 @@ class BufferedNetworkStack {
for (String s : cunks) {
if (s != null && !s.isEmpty()) {
result.append(s);
flag = true;
}
}