Refactor jcache examples (#2620)

This commit is contained in:
Grzegorz Piwowarek
2017-09-14 11:02:05 +03:00
committed by GitHub
parent 8e7fc431a0
commit 556e8fa90b
4 changed files with 40 additions and 12 deletions
@@ -1,6 +1,6 @@
package com.baeldung.jcache;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import javax.cache.Cache;
import javax.cache.CacheManager;
@@ -8,7 +8,7 @@ import javax.cache.Caching;
import javax.cache.configuration.MutableConfiguration;
import javax.cache.spi.CachingProvider;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class JCacheTest {