Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0, 0.10.0, 0.10.1
-
None
Description
Method contains useless variables. The sourceNoteId is useless.
//AuthorizationService.java public void cloneNoteMeta(String noteId, String sourceNoteId, AuthenticationInfo subject) { NoteAuth noteAuth = new NoteAuth(noteId, subject, conf); this.notesAuth.put(noteId, noteAuth); }
Attachments
Issue Links
- links to