未验证 提交 64c1fb87 编写于 作者: O Oleg Nenashev 提交者: GitHub

Use "Object readResolve()" in API token properties

上级 1afebb1b
......@@ -75,9 +75,7 @@ public class ApiTokenStore {
this.init();
}
//TODO Properly investigate this
@SuppressFBWarnings("SE_READ_RESOLVE_MUST_RETURN_OBJECT")
private ApiTokenStore readResolve() {
private Object readResolve() {
this.init();
return this;
}
......@@ -358,9 +356,7 @@ public class ApiTokenStore {
this.init();
}
//TODO Properly investigate this
@SuppressFBWarnings("SE_READ_RESOLVE_MUST_RETURN_OBJECT")
private HashedToken readResolve() {
private Object readResolve() {
this.init();
return this;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册