提交 981b2ea9 编写于 作者: S Samuel Mehrbrodt 提交者: Oleg Nenashev

Add newline after the text in userContent/readme.txt (#2532)

Add newline after the text in userContent/readme.txt
上级 3af3a271
......@@ -42,7 +42,7 @@ public class InitialUserContent {
File userContentDir = new File(h.getRootDir(), "userContent");
if(!userContentDir.exists()) {
userContentDir.mkdirs();
FileUtils.writeStringToFile(new File(userContentDir,"readme.txt"), Messages.Hudson_USER_CONTENT_README());
FileUtils.writeStringToFile(new File(userContentDir,"readme.txt"), Messages.Hudson_USER_CONTENT_README() + "\n");
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册