Skip to content

Commit

Permalink
android/DebugLog: suppress lint warning WeakerAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
bbcallen committed Nov 26, 2015
1 parent 4eb6c09 commit 3599e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import android.util.Log;

@SuppressWarnings("SameParameterValue")
@SuppressWarnings({"SameParameterValue", "WeakerAccess"})
public class DebugLog {
public static final boolean ENABLE_ERROR = Pragma.ENABLE_VERBOSE;
public static final boolean ENABLE_INFO = Pragma.ENABLE_VERBOSE;
Expand Down

0 comments on commit 3599e3e

Please sign in to comment.