Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Mar 28, 2024
2 parents a994951 + e27986b commit 41584f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* @author godotg
*/
@Ignore
public class LazyCacheTest {
public class LazyCacheTesting {

private static final Logger logger = LoggerFactory.getLogger(LazyCacheTest.class);
private static final Logger logger = LoggerFactory.getLogger(LazyCacheTesting.class);

private static final BiConsumer<Pair<Integer, String>, LazyCache.RemovalCause> myRemoveCallback = new BiConsumer<Pair<Integer, String>, LazyCache.RemovalCause>() {
@Override
Expand Down

0 comments on commit 41584f0

Please sign in to comment.