提交 d9e66021 编写于 作者: O Olivier Lamy

Merge pull request #150 from happygiraffe/master

Fix whitespace in maven installation
......@@ -381,7 +381,7 @@ public class Maven extends Builder {
@DataBoundConstructor
public MavenInstallation(String name, String home, List<? extends ToolProperty<?>> properties) {
super(name, home, properties);
super(Util.fixEmptyAndTrim(name), Util.fixEmptyAndTrim(home), properties);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册