aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/IconDesc.java
diff options
context:
space:
mode:
Diffstat (limited to 'netx/net/sourceforge/jnlp/IconDesc.java')
-rw-r--r--netx/net/sourceforge/jnlp/IconDesc.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/netx/net/sourceforge/jnlp/IconDesc.java b/netx/net/sourceforge/jnlp/IconDesc.java
index c115b42..448bcf5 100644
--- a/netx/net/sourceforge/jnlp/IconDesc.java
+++ b/netx/net/sourceforge/jnlp/IconDesc.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.*;
@@ -47,7 +46,6 @@ public class IconDesc {
/** destop shortcut icon */
public static final Object SHORTCUT = "shortcut";
-
/** the location of the icon */
private URL location;
@@ -66,7 +64,6 @@ public class IconDesc {
/** the size, or -1 if unknown*/
private int size;
-
/**
* Creates an icon descriptor with the specified information.
*
@@ -131,5 +128,4 @@ public class IconDesc {
return depth;
}
-
}