Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / custom / CustomDataTypeFactory.java
index a677fb8..10f7766 100644 (file)
@@ -29,7 +29,7 @@ import com.att.research.xacml.api.Identifier;
 import com.att.research.xacml.std.datatypes.DataTypes;
 
 public class CustomDataTypeFactory extends DataTypeFactory {
-       private static final Map<Identifier,DataType<?>> mapIdentifiersToDataTypes      = new HashMap<Identifier,DataType<?>>();
+       private static final Map<Identifier,DataType<?>> mapIdentifiersToDataTypes      = new HashMap<>();
        private static boolean mapNeedsInit                                                                                             = true;
        
        public static final DataTypePrivateKey                          DT_PRIVATEKEY                           = DataTypePrivateKey.newInstance();