aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/util
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-03-09 13:51:48 -0500
committerDenis Lila <[email protected]>2011-03-09 13:51:48 -0500
commit6ff243cfc167e12284139913ddae9d274da34744 (patch)
treea46bcd71c7f71d140f21fc2ea00e60ca2d0961c5 /netx/net/sourceforge/jnlp/util
parent6f229980c3dc475c67ca742a94950a9cbbcbd71f (diff)
netx findbugs based refactoring.
Diffstat (limited to 'netx/net/sourceforge/jnlp/util')
-rw-r--r--netx/net/sourceforge/jnlp/util/XDesktopEntry.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/netx/net/sourceforge/jnlp/util/XDesktopEntry.java b/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
index b13fcea..6e3a7e1 100644
--- a/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
+++ b/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
@@ -72,8 +72,6 @@ public class XDesktopEntry {
*/
public Reader getContentsAsReader() {
- String pathToJavaws = System.getProperty("java.home") + File.separator + "bin"
- + File.separator + "javaws";
String cacheDir = JNLPRuntime.getConfiguration()
.getProperty(DeploymentConfiguration.KEY_USER_CACHE_DIR);
File cacheFile = CacheUtil.urlToPath(file.getSourceLocation(), cacheDir);