-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Trivial
-
Component/s: 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";
}