未验证 提交 e621b6e0 编写于 作者: J Jesse Glick 提交者: GitHub

Be explicit that UpdateSite.hasUnparsedData is not intended as an API.

Co-Authored-By: NDaniel Beck <1831569+daniel-beck@users.noreply.github.com>
上级 29fbc9c4
......@@ -318,6 +318,7 @@ public class UpdateSite {
/**
* Whether {@link #getData} might be blocking.
*/
// Internal use only
boolean hasUnparsedData() {
return data == null && getDataFile().exists();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册