1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Removed outdated doc

This commit is contained in:
Christophe Beyls 2014-01-13 00:43:59 +01:00
parent 3eec1f88df
commit 8cac5003b3

View file

@ -34,7 +34,6 @@ public class FosdemApi {
* Download & store the schedule to the database. Only one thread at a time will perform the actual action, the other ones will return immediately. The
* result will be sent back in the form of a local broadcast with an ACTION_DOWNLOAD_SCHEDULE_RESULT action.
*
* @return The number of events processed, or RESULT_ERROR in case of error.
*/
public static void downloadSchedule(Context context) {
if (!scheduleLock.tryLock()) {