Comment fixed

This commit is contained in:
Aleksander Nowakowski 2016-09-23 12:49:15 +02:00
parent 750ea15bf4
commit 6b8c18ace4
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
protected abstract Class<? extends Activity> getNotificationTarget();
/**
* Using this method you may enable detail debug LogCat logs from DFU.
* Override this method to enable detailed debug LogCat logs with DFU events.
* <p>Recommended use:</p>
* <pre>
* &#64;Override