未验证 提交 fbb90c2e 编写于 作者: J Josh Soref 提交者: GitHub

Use preferred java keyword ordering

Co-Authored-By: NMatt Sicker <boards@gmail.com>
上级 b2e36a6c
......@@ -283,7 +283,7 @@ public class UpdateSite {
/**
* Returns true if it's time for us to check for new version.
*/
synchronized public boolean isDue() {
public synchronized boolean isDue() {
if(neverUpdate) return false;
if(dataTimestamp == 0)
dataTimestamp = getDataFile().file.lastModified();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册