Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12485

Xvnc typo in node property description string

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • xvnc-plugin
    • None

      The following file has a typo in the node property description:

              @Override
              public String getDisplayName() {
                  return "Disable Xvnc execuion on this node";
              }
      

      should be : (missing a t in execution)

              @Override
              public String getDisplayName() {
                  return "Disable Xvnc execution on this node";
              }
      

            Unassigned Unassigned
            darkrift Richard Lavoie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: