created adapter between scm and shiro caches, see issue #781

This commit is contained in:
Sebastian Sdorra
2017-02-16 22:15:36 +01:00
parent 1b16613840
commit 731337f2ab
8 changed files with 492 additions and 250 deletions

View File

@@ -159,8 +159,7 @@ public abstract class CacheManagerTestBase<C extends Cache>
* @param c1
* @param c2
*/
protected void assertIsSame(Cache<String, String> c1,
Cache<String, String> c2)
protected void assertIsSame(Cache<String, String> c1, Cache<String, String> c2)
{
assertSame(c1, c2);
}