From 5664fd4644c78f4571a1a72e6b9f0511fb10720a Mon Sep 17 00:00:00 2001 From: abranson Date: Tue, 2 Aug 2011 22:10:28 +0200 Subject: Finished move to generics. Enforced 1.6 compliance for now. No errors or warnings :) --- source/com/c2kernel/utils/CastorXMLUtility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/com/c2kernel/utils/CastorXMLUtility.java') diff --git a/source/com/c2kernel/utils/CastorXMLUtility.java b/source/com/c2kernel/utils/CastorXMLUtility.java index 07e8e3f..1f68e77 100644 --- a/source/com/c2kernel/utils/CastorXMLUtility.java +++ b/source/com/c2kernel/utils/CastorXMLUtility.java @@ -28,7 +28,7 @@ import com.c2kernel.persistency.outcome.Outcome; public class CastorXMLUtility { private static Mapping mMapping = new Mapping(); - private static HashSet mMappingKeys = new HashSet(); + private static HashSet mMappingKeys = new HashSet(); /** * Looks for a file called 'index.xml' at the given URL, and loads every file -- cgit v1.2.3