Correct indent to pass style check

This commit is contained in:
Jun 2016-11-07 12:32:15 +09:00
parent c019b9ea8a
commit fb8b35f548

View file

@ -700,7 +700,7 @@ public class NotebookServer extends WebSocketServlet implements
private void renameNote(NotebookSocket conn, HashSet<String> userAndRoles,
Notebook notebook, Message fromMessage)
throws SchedulerException, IOException {
throws SchedulerException, IOException {
String noteId = (String) fromMessage.get("id");
String name = (String) fromMessage.get("name");