Skip to content

Commit

Permalink
Remove hardcoded string on TAG variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantine Antonakos committed Aug 28, 2013
1 parent 7ebe327 commit b38aca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class SlidingMenu extends RelativeLayout {

private static final String TAG = "SlidingMenu";
private static final String TAG = getClass().getSimpleName();

public static final int SLIDING_WINDOW = 0;
public static final int SLIDING_CONTENT = 1;
Expand Down

0 comments on commit b38aca5

Please sign in to comment.