mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-24 15:30:49 +01:00
created adapter between scm and shiro caches, see issue #781
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user