未验证 提交 308a0248 编写于 作者: JenkinsInChina's avatar JenkinsInChina 提交者: GitHub

Merge pull request #25 from LinuxSuRen/fix/findbugs-equal

Fix findbugs error
......@@ -118,6 +118,16 @@ final class ResourceBundleFactoryImpl extends ResourceBundleFactory {
}
return text;
}
@Override
public boolean equals(Object o) {
return super.equals(o);
}
@Override
public int hashCode() {
return super.hashCode();
}
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册