提交 1b1ad56b 编写于 作者: J Jesse Glick

Typo.

上级 3c8e1b51
......@@ -93,7 +93,7 @@ public abstract class SimpleBuildWrapper extends BuildWrapper {
* If not specified, nothing special happens.
*/
public void setDisposer(@Nonnull Disposer disposer) {
if (disposer != null) {
if (this.disposer != null) {
throw new IllegalStateException("just one disposer");
}
this.disposer = disposer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册