Skip to content

Commit

Permalink
Remove unnecessary "placeholders in sign messages" todo
Browse files Browse the repository at this point in the history
  • Loading branch information
einrobin committed Aug 9, 2020
1 parent 3af28a5 commit 6721a81
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,13 @@ public boolean write(CloudSystem cloudSystem, Path directory) throws IOException
document.append("configurations", configurations);

Map<String, String> messages = new HashMap<>();
// TODO placeholders in the messages
messages.put("server-connecting-message", cloudSystem.getMessage(MessageType.SIGN_SERVER_CONNECTING));
messages.put("command-cloudsign-remove-success", cloudSystem.getMessage(MessageType.SIGN_REMOVE_SUCCESS));
messages.put("command-cloudsign-create-success", cloudSystem.getMessage(MessageType.SIGN_CREATE_SUCCESS));
messages.put("command-cloudsign-cleanup-success", cloudSystem.getMessage(MessageType.SIGN_CLEANUP_SUCCESS));
messages.put("command-cloudsign-sign-already-exist", cloudSystem.getMessage(MessageType.SIGN_ALREADY_EXISTS));
document.append("messages", messages);



document.json().write(this.config(directory));;

return true;
Expand Down

0 comments on commit 6721a81

Please sign in to comment.