Skip to content

Commit

Permalink
repackaged the LRUTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Jun 23, 2024
1 parent 2af75f8 commit 58948cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.cedarsoftware.util.cache;
package com.cedarsoftware.util;

import java.security.SecureRandom;
import java.util.Arrays;
Expand All @@ -11,7 +11,6 @@
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;

import com.cedarsoftware.util.LRUCache;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
Expand Down

0 comments on commit 58948cc

Please sign in to comment.