mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-2604 Replace SMAP generics with ImmutableMap<String, CaveatGroup>.
Sorry to anyone who was hoping to create other implementations of the SMAP interface. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/caveatmarkdatatype@114320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -37,8 +37,7 @@ import org.junit.Test;
|
||||
public class CaveatDAOFromJSONUnitTest
|
||||
{
|
||||
/** The class under test. */
|
||||
@SuppressWarnings("rawtypes")
|
||||
CaveatDAOFromJSON<?> caveatDAOFromJSON = new CaveatDAOFromJSON();
|
||||
CaveatDAOFromJSON caveatDAOFromJSON = new CaveatDAOFromJSON();
|
||||
|
||||
/** Test that loading the default caveat configuration file doesn't throw any exceptions. */
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user