提交 bfa9c503 编写于 作者: S Stephen Connolly

Expose the remote cause details

上级 040b7d40
......@@ -457,6 +457,16 @@ public abstract class Cause {
}
return Messages.Cause_RemoteCause_ShortDescription(addr);
}
@Exported(visibility = 3)
public String getAddr() {
return addr;
}
@Exported(visibility = 3)
public String getNote() {
return note;
}
@Override
public boolean equals(Object o) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册