Update of /sources/public/2006/unicorn/org/w3c/unicorn In directory hutz:/tmp/cvs-serv26455/org/w3c/unicorn Modified Files: Framework.java Log Message: JAXB references deleted. Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/Framework.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Framework.java 4 Sep 2008 13:17:44 -0000 1.14 +++ Framework.java 8 Sep 2008 13:43:47 -0000 1.15 @@ -19,7 +19,7 @@ import java.util.Set; import java.util.Map.Entry; -import javax.xml.bind.JAXBException; + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; @@ -231,9 +231,6 @@ aRDFUnmarshaller.unmarshal(); Framework.mapOfTask = aTaskListUnmarshaller.getMapOfTask(); - } catch (final JAXBException e) { - Framework.logger.error("JAXBException : " + e.getMessage(), e); - e.printStackTrace(); } catch (final MalformedURLException e) { Framework.logger.error("MalformedURLException : " + e.getMessage(), e);Received on Monday, 8 September 2008 13:44:24 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:30 UTC