提交 82314f93 编写于 作者: K kohsuke

and cut new line at the end.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2651 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8744a252
......@@ -194,7 +194,7 @@ class ChangeLogParser {
try {
File repo = new File(new File(owner.getDir(), m_file), "../CVS/Repository");
String module = FileUtils.readFileToString(repo, null);// not sure what encoding CVS uses.
m_fullName = '/'+module+'/'+m_file;
m_fullName = '/'+module.trim()+'/'+m_file;
} catch (IOException e) {
// failed to read
m_fullName = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册