-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: cvs-plugin
hudson.scm.CvsModule has an import line and requires the following class but it is not included in the source provided
{{import hudson.scm.cvs.Messages; }}
The class is also used in lines such as :
{{ return FormValidation.error(hudson.scm.cvs.Messages.CVSSCM_MissingRemoteName());}}