diff options
Diffstat (limited to 'source/com/c2kernel/utils/CastorXMLUtility.java')
| -rw-r--r-- | source/com/c2kernel/utils/CastorXMLUtility.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<URL> mMappingKeys = new HashSet<URL>();
/**
* Looks for a file called 'index.xml' at the given URL, and loads every file
|
