Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
KennyTV 2021-02-16 12:21:32 +01:00
commit 1da0b38849
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
1 changed files with 1 additions and 1 deletions

View File

@ -249,6 +249,6 @@ public class ProtocolVersion {
@Override
public String toString() {
return String.format("%s(%d)", this.name, this.version);
return String.format("%s (%d)", this.name, this.version);
}
}