Skip to content

Commit ae709ae

Browse files
committed
Fixes GrailsConcurrentLinkedMapCacheTests
See gh-60
1 parent 5936318 commit ae709ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/grails/plugin/cache/GrailsConcurrentLinkedMapCacheTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package grails.plugin.cache
1616

1717
import org.springframework.cache.support.SimpleValueWrapper
18-
import com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
18+
import org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
1919
import org.junit.Test
2020

2121
/**

0 commit comments

Comments
 (0)