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:
Tom Page
2015-10-14 09:34:21 +00:00
parent 9fbb7924ce
commit e0d4480a59
5 changed files with 39 additions and 36 deletions

View File

@@ -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