Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchongjie committed Mar 25, 2016
1 parent a03f2ad commit a4ce423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baidu.unbiz.devlib.impl;
package com.baidu.unbiz.devlib.cache.impl;

import java.util.HashMap;
import java.util.Map;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/baidu/unbiz/devlib/CacheTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.baidu.unbiz.devlib.cache.decorators.SynchronizedCache;
import com.baidu.unbiz.devlib.cache.decorators.LoggingCache;
import com.baidu.unbiz.devlib.cache.decorators.LruCache;
import com.baidu.unbiz.devlib.impl.PerpetualCache;
import com.baidu.unbiz.devlib.cache.impl.PerpetualCache;
import com.baidu.unbiz.devlib.toolbox.time.TimeRecoder;

public class CacheTest {
Expand Down

0 comments on commit a4ce423

Please sign in to comment.