提交 78c3ed7f 编写于 作者: K kohsuke

doc improvement.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1102 71c3de6d-444a-0410-be80-ed276b4c234a
上级 43a6b19e
...@@ -71,9 +71,6 @@ public class CVSSCM extends AbstractCVSFamilySCM { ...@@ -71,9 +71,6 @@ public class CVSSCM extends AbstractCVSFamilySCM {
*/ */
private String module; private String module;
/**
* Branch to build. Null to indicate the trunk.
*/
private String branch; private String branch;
private String cvsRsh; private String cvsRsh;
...@@ -121,6 +118,9 @@ public class CVSSCM extends AbstractCVSFamilySCM { ...@@ -121,6 +118,9 @@ public class CVSSCM extends AbstractCVSFamilySCM {
return module; return module;
} }
/**
* Branch to build. Null to indicate the trunk.
*/
public String getBranch() { public String getBranch() {
return branch; return branch;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册