instacart / truetime-android

Android NTP time library. Get the true current time impervious to device clock time changes
https://tech.instacart.com/truetime/
Apache License 2.0
1.42k stars 193 forks source link

Error on Caveats Gotchas wiki page #117

Open al-t opened 5 years ago

al-t commented 5 years ago

I think there is an error on the Caveats Gotchas Wiki Page:

TrueTimeRx.initializeNtp("time.google.com") should be TrueTimeRx.build().initializeNtp("time.google.com") as initializeNtp is non-static and should be called upon the instance.