Fix Checkstyle violation in JCacheCache

This commit is contained in:
Sam Brannen
2018-08-13 12:40:34 +02:00
parent aebbd949a8
commit 777bd0d022

View File

@@ -17,7 +17,6 @@
package org.springframework.cache.jcache;
import java.util.concurrent.Callable;
import javax.cache.Cache;
import javax.cache.processor.EntryProcessor;
import javax.cache.processor.EntryProcessorException;