Skip to content

Commit

Permalink
Merge pull request #41 from DevFactory/release/general-code-improveme…
Browse files Browse the repository at this point in the history
…nts-fix-4

General Code Improvement 4
  • Loading branch information
markzhai committed Mar 18, 2016
2 parents 57212e6 + f235816 commit 778e858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @author markzhai on 2015/9/25.
*/
public class BlockCanary {
public final class BlockCanary {

private static final String TAG = "BlockCanary";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* @author markzhai on 15/9/27.
*/
public class Block {
public final class Block {

private static final String TAG = "Block";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* No-op implementation.
*/
public class BlockCanary {
public final class BlockCanary {

private static BlockCanary sInstance = null;

Expand Down

0 comments on commit 778e858

Please sign in to comment.