42434445464748
public Resolution hideNote() { Note n = notesService.getNote(noteId); if (!n.getUser().equals(getContext().getUser())) return null; notesService.activateNote(noteId, false, false); return new TextResolution("OK"); }