提交 0b8a26c6 编写于 作者: J Jesse Glick

More helpful ToolInstallation.toString.

上级 5517471b
......@@ -215,6 +215,10 @@ public abstract class ToolInstallation extends AbstractDescribableImpl<ToolInsta
return this;
}
@Override public String toString() {
return getClass().getSimpleName() + "[" + name + "]";
}
/**
* Subclasses can extend this for data migration from old field storing home directory.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册