From: jprocter Date: Mon, 19 Mar 2007 13:47:34 +0000 (+0000) Subject: disambiguate jalview.datamodel.Mapping from castor's Mapping object. X-Git-Tag: Release_2_3~327 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b1a6c868003456e5e493dfeb1bc6971bb3f0f4c6;p=jalview.git disambiguate jalview.datamodel.Mapping from castor's Mapping object. --- diff --git a/src/jalview/io/DBRefFetcher.java b/src/jalview/io/DBRefFetcher.java index 445c90a..437fee7 100644 --- a/src/jalview/io/DBRefFetcher.java +++ b/src/jalview/io/DBRefFetcher.java @@ -55,7 +55,7 @@ public class DBRefFetcher try { // 1. Load the mapping information from the file - Mapping map = new Mapping(uni.getClass().getClassLoader()); + org.exolab.castor.mapping.Mapping map = new org.exolab.castor.mapping.Mapping(uni.getClass().getClassLoader()); java.net.URL url = getClass().getResource("/uniprot_mapping.xml"); map.loadMapping(url);