- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Aug 2008 15:28:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/util
In directory hutz:/tmp/cvs-serv9028/org/w3c/unicorn/util
Modified Files:
Unmarshaller.java
Log Message:
Update for the unmarshaller
Index: Unmarshaller.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/util/Unmarshaller.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Unmarshaller.java 17 Jun 2008 13:45:31 -0000 1.2
+++ Unmarshaller.java 26 Aug 2008 15:28:28 -0000 1.3
@@ -7,17 +7,13 @@
import java.io.IOException;
import java.net.URL;
-import javax.xml.bind.JAXBException;
-
-import org.xml.sax.SAXException;
-
/**
* Interface for all unmarshaller class in package unicorn.
* @author Damien LEROY
*/
public interface Unmarshaller {
- public void addURL (final URL aURL) throws IOException, JAXBException, SAXException;
+ public void addURL (final URL aURL) throws IOException;
public void unmarshal () throws Exception;
Received on Tuesday, 26 August 2008 15:29:07 UTC