Skip to content

Commit d1e7fee

Browse files
committed
Cache cleanup
1 parent 9979f58 commit d1e7fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/com/deepak/data/structures/Cache/LRUCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Data-Structures-in-Java
2+
* Data-Structures-In-Java
33
* LRUCacheTest.java
44
*/
55
package com.deepak.data.structures.Cache;

test/com/deepak/data/structures/Cache/MRUCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Data-Structures-in-Java
2+
* Data-Structures-In-Java
33
* MRUCacheTest.java
44
*/
55
package com.deepak.data.structures.Cache;

0 commit comments

Comments
 (0)