java 1.1 compliance
[jalview.git] / src / jalview / io / DBRefFetcher.java
index 445c90a..437fee7 100644 (file)
@@ -55,7 +55,7 @@ public class DBRefFetcher
     try\r
     {\r
       // 1. Load the mapping information from the file\r
-      Mapping map = new Mapping(uni.getClass().getClassLoader());\r
+      org.exolab.castor.mapping.Mapping map = new org.exolab.castor.mapping.Mapping(uni.getClass().getClassLoader());\r
       java.net.URL url = getClass().getResource("/uniprot_mapping.xml");\r
       map.loadMapping(url);\r
 \r