mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-01 04:47:26 +00:00
[Rename] CacheStore-Local 更改测试类以符合规范(?);
[Rename] ListCacheStoreTest -> CopyOnWriteArrayListCacheStoreTest;
This commit is contained in:
@ -31,7 +31,7 @@ import java.util.Random;
|
||||
* @see CopyOnWriteArrayListCacheStore
|
||||
* @see LocalCollectionCacheStore
|
||||
*/
|
||||
public class ListCacheStoreTest {
|
||||
public class CopyOnWriteArrayListCacheStoreTest {
|
||||
|
||||
@Test
|
||||
public void nullThrowTest() {
|
Reference in New Issue
Block a user