fix/suppress compiler warnings

This commit is contained in:
Sebastian Sdorra
2014-08-19 21:45:23 +02:00
parent babd1be9fc
commit a8d9d8b9b6
13 changed files with 19 additions and 16 deletions

View File

@@ -48,6 +48,7 @@ import java.util.Map;
* @author Sebastian Sdorra
* @since 1.17
*/
@SuppressWarnings("unchecked")
public class MapCacheManager
implements CacheManager, org.apache.shiro.cache.CacheManager
{
@@ -94,6 +95,5 @@ public class MapCacheManager
//~--- fields ---------------------------------------------------------------
/** Field description */
@SuppressWarnings("unchecked")
private final Map<String, MapCache> cacheMap = Maps.newHashMap();
}