Skip to content

Commit c977995

Browse files
authored
Merge pull request #2138 from juzi214032/chore/blocking-cache/unsued-import
chore: delete unused import
2 parents ac2f383 + 1520623 commit c977995

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/ibatis/cache/decorators/BlockingCache.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package org.apache.ibatis.cache.decorators;
1717

18-
import java.text.MessageFormat;
1918
import java.util.concurrent.ConcurrentHashMap;
2019
import java.util.concurrent.CountDownLatch;
2120
import java.util.concurrent.TimeUnit;

0 commit comments

Comments
 (0)