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