提交 9b1035c4 编写于 作者: J Jerome Lacoste 提交者: Kohsuke Kawaguchi

typo

上级 e973dae3
......@@ -113,7 +113,7 @@ public class Maven3Builder extends AbstractMavenBuilder implements DelegatingCal
markAsSuccess = false;
// working around NPE when someone puts a null value or empty keys into systemProps.
// working around NPE when someone puts a null value or empty key into systemProps.
for (Map.Entry<String,String> e : systemProps.entrySet()) {
if ("".equals(e.getKey()))
throw new IllegalArgumentException("System property has an empty key");
......
......@@ -154,7 +154,7 @@ public abstract class MavenBuilder extends AbstractMavenBuilder implements Deleg
markAsSuccess = false;
// working around NPE when someone puts a null value or empty keys into systemProps.
// working around NPE when someone puts a null value or empty key into systemProps.
for (Map.Entry<String,String> e : systemProps.entrySet()) {
if ("".equals(e.getKey()))
throw new IllegalArgumentException("System property has an empty key");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册