From 4d65bbfadde67a8b4b3a7758fc28ff687cb88a5f Mon Sep 17 00:00:00 2001 From: kascade Date: Thu, 25 Sep 2008 09:50:45 +0000 Subject: [PATCH] add j2534 support git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@160 38686702-15cf-42e4-a595-3071df8bf5ea --- src/com/romraider/ECUEditor.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/romraider/ECUEditor.java b/src/com/romraider/ECUEditor.java index 031a14fb..62355b8c 100644 --- a/src/com/romraider/ECUEditor.java +++ b/src/com/romraider/ECUEditor.java @@ -40,7 +40,6 @@ import com.romraider.util.SettingsManagerImpl; import com.romraider.xml.DOMRomUnmarshaller; import com.romraider.xml.RomNotFoundException; import com.sun.org.apache.xerces.internal.parsers.DOMParser; -import com.sun.org.apache.xerces.internal.xni.parser.XMLParseException; import org.w3c.dom.Document; import org.xml.sax.InputSource; import javax.swing.ImageIcon; @@ -354,7 +353,7 @@ public class ECUEditor extends JFrame implements WindowListener, PropertyChangeL imageList.repaint(); } - public void openImage(File inputFile) throws XMLParseException, Exception { + public void openImage(File inputFile) throws Exception { try { update(getGraphics());