提交 079ec15a 编写于 作者: J Jesse Glick

Partly reverting f83d4550 as it caused a verify error when running builds.

上级 f83d4550
......@@ -24,7 +24,7 @@
*/
package hudson.util;
import com.infradna.tool.bridge_method_injector.WithBridgeMethods;
import hudson.FilePath;
import hudson.Launcher;
import hudson.Util;
......@@ -368,9 +368,8 @@ public class ArgumentListBuilder implements Serializable, Cloneable {
* Add a masked argument
* @param string the argument
*/
@WithBridgeMethods(void.class)
public ArgumentListBuilder addMasked(String string) {
return add(string, true);
public void addMasked(String string) {
add(string, true);
}
public ArgumentListBuilder addMasked(Secret s) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册