Change-Id: Ic98e17aff4e4b3c3fa0359082bab689e4522e3d7
@ -115,8 +115,9 @@ public class ReceivePack {
if (nul >= 0) {
for (String c : line.substring(nul + 1).split(" "))
caps.add(c);
}
this.line = line.substring(0, nul);
} else
this.line = line;
this.capabilities = Collections.unmodifiableSet(caps);