Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-5891

Method contains useless variables

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.0, 0.10.0, 0.10.1
    • 0.10.2, 0.11.0
    • zeppelin-zengine
    • 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

          Activity

            People

              GYN gongyining
              GYN gongyining
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: