Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-1196

Wrong method name in the printed error message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.6.1
    • 0.7.0
    • plugins
    • Patch

    Description

      java file:KnoxClient.java
      Method description error in printing information:"isFileChanged()

      public List<String> getTopologyList(String topologyNameMatching,List<String> knoxTopologyList) {
      ...
      } else {
      String msgDesc = "Unable to get a valid response for "
      + "isFileChanged() call for KnoxUrl : [" + knoxUrl
      + "] - got null response.";
      ...
      }

      public List<String> getServiceList(String topologyName, String serviceNameMatching, List<String> knoxServiceList) {
      ...
      } else {
      String msgDesc = "Unable to get a valid response for "
      + "isFileChanged() call for KnoxUrl : [" + knoxUrl
      + "] - got null response.";
      ...
      }

      Attachments

        1. 0001-RANGER-1196.patch
          1 kB
          Qiang Zhang

        Activity

          People

            zhangqiang2 Qiang Zhang
            zhangqiang2 Qiang Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: