提交 3d695d68 编写于 作者: K kohsuke

trim whitespace

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20065 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9368b76d
......@@ -93,7 +93,6 @@ import java.util.Set;
import java.util.TimeZone;
import java.util.TreeSet;
import java.util.logging.Logger;
import java.util.logging.Level;
import static java.util.logging.Level.INFO;
import java.util.concurrent.ExecutionException;
import java.util.regex.Matcher;
......@@ -153,7 +152,7 @@ public class CVSSCM extends SCM implements Serializable {
if(fixNull(branch).equals("HEAD"))
branch = null;
this.cvsroot = cvsRoot;
this.cvsroot = fixNull(cvsRoot).trim();
this.module = module.trim();
this.branch = nullify(branch);
this.cvsRsh = nullify(cvsRsh);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册