Fixed typo
This commit is contained in:
parent
a1dd8e7c98
commit
4fe7adae0c
@ -34,7 +34,7 @@ public class ServerConfig extends DatabaseModel {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("Server Config: [id: %s, name: %s, prefix: %s",
|
||||
return String.format("Server Config: [id: %s, name: %s, prefix: %s]",
|
||||
id, name, prefix
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user