aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/ParseException.java
diff options
context:
space:
mode:
Diffstat (limited to 'netx/net/sourceforge/jnlp/ParseException.java')
-rw-r--r--netx/net/sourceforge/jnlp/ParseException.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/netx/net/sourceforge/jnlp/ParseException.java b/netx/net/sourceforge/jnlp/ParseException.java
index 9ed86e1..0fcb9bc 100644
--- a/netx/net/sourceforge/jnlp/ParseException.java
+++ b/netx/net/sourceforge/jnlp/ParseException.java
@@ -14,7 +14,6 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
package net.sourceforge.jnlp;
import java.io.*;
@@ -36,7 +35,6 @@ public class ParseException extends Exception {
/** the original exception */
private Throwable cause = null;
-
/**
* Create a parse exception with the specified message.
*/