Skip to content

Commit

Permalink
Log: Make this final.
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycu committed Dec 15, 2014
1 parent 0e7d507 commit e4809d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/murrayc/galaxyzoo/app/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* A class that wraps methods in Log to add the calling method name from the servlet to
* log messages.
*/
public class Log {
public final class Log {

private static final String LOG_TAG = "android-galaxyzoo"; //TODO: Get this from the build files somehow.

Expand Down

0 comments on commit e4809d6

Please sign in to comment.