Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed Feb 14, 2014
1 parent c4f8fcc commit 01d7915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cn/trinea/android/demo/ImageSDCardCacheDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ protected void onDestroy() {
super.onDestroy();
}

/** icon cache **/
/** image cache **/
public static final ImageSDCardCache IMAGE_SD_CACHE = new ImageSDCardCache();

static {
/** init icon cache **/
/** init image cache **/
OnImageSDCallbackListener imageCallBack = new OnImageSDCallbackListener() {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 01d7915

Please sign in to comment.