Access modifier of DEBUG changed to package

This commit is contained in:
Aleksander Nowakowski 2016-09-15 13:19:58 +02:00
parent 120f3ee147
commit d7fb268290
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ import no.nordicsemi.android.error.GattError;
public abstract class DfuBaseService extends IntentService implements DfuProgressInfo.ProgressListener { public abstract class DfuBaseService extends IntentService implements DfuProgressInfo.ProgressListener {
private static final String TAG = "DfuBaseService"; private static final String TAG = "DfuBaseService";
public static final boolean DEBUG = true; // TODO change me to false! /* package */ static final boolean DEBUG = true; // TODO change me to false!
public static final int NOTIFICATION_ID = 283; // a random number public static final int NOTIFICATION_ID = 283; // a random number