提交 d391bbee 编写于 作者: J Jesse Glick

Debugging toString.

上级 7f3096c5
......@@ -43,6 +43,10 @@ public abstract class CauseOfBlockage {
};
}
@Override public String toString() {
return getShortDescription();
}
/**
* Marker interface to indicates that we can reasonably expect
* that adding a suitable executor/node will resolve this blockage.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册