[Japi-cvs] SF.net SVN: japi:[758] progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/ jtest/io
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-12-29 04:17:24
|
Revision: 758
http://japi.svn.sourceforge.net/japi/?rev=758&view=rev
Author: christianhujer
Date: 2008-12-29 04:17:21 +0000 (Mon, 29 Dec 2008)
Log Message:
-----------
Removed redundant interface declarations.
Modified Paths:
--------------
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestSer.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestV1.java
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestSer.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestSer.java 2008-12-29 04:10:11 UTC (rev 757)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestSer.java 2008-12-29 04:17:21 UTC (rev 758)
@@ -35,7 +35,7 @@
* @author $Author: chris $
* @version $Id: JTestSer.java,v 1.4 2006/01/31 23:11:54 chris Exp $
*/
-public class JTestSer extends AbstractJTestImport<QuestionCollection> implements Exporter<QuestionCollection>, Importer<QuestionCollection> {
+public class JTestSer extends AbstractJTestImport<QuestionCollection> implements Exporter<QuestionCollection> {
/** Create a new JTestSer interface.
*/
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestV1.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestV1.java 2008-12-29 04:10:11 UTC (rev 757)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestV1.java 2008-12-29 04:17:21 UTC (rev 758)
@@ -36,7 +36,6 @@
import net.sf.japi.progs.jeduca.jtest.QuestionCollection;
import net.sf.japi.progs.jeduca.jtest.QuestionText;
import net.sf.japi.progs.jeduca.swing.io.Exporter;
-import net.sf.japi.progs.jeduca.swing.io.Importer;
import org.w3c.dom.DOMImplementation;
import org.w3c.dom.Document;
import org.w3c.dom.DocumentType;
@@ -53,7 +52,7 @@
* @author $Author: chris $
* @todo use schema
*/
-public class JTestV1 extends AbstractJTestImport<QuestionCollection> implements Importer<QuestionCollection>, Exporter<QuestionCollection> {
+public class JTestV1 extends AbstractJTestImport<QuestionCollection> implements Exporter<QuestionCollection> {
/** The DocumentBuilderFactory. */
private final DocumentBuilderFactory dbf;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|