提交 e4a846d3 编写于 作者: D Dominic Mitchell

Strip whitespace on maven installation.

上级 0c6144ca
...@@ -381,7 +381,7 @@ public class Maven extends Builder { ...@@ -381,7 +381,7 @@ public class Maven extends Builder {
@DataBoundConstructor @DataBoundConstructor
public MavenInstallation(String name, String home, List<? extends ToolProperty<?>> properties) { 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.
先完成此消息的编辑!
想要评论请 注册