/hg/icedtea-web: Corrected a minor typo in DeploymentConfigurati...

asu at icedtea.classpath.org asu at icedtea.classpath.org
Tue Nov 16 10:45:34 PST 2010


changeset 4e288938e2a3 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=4e288938e2a3
author: Andrew Su <asu at redhat.com>
date: Tue Nov 16 13:45:43 2010 -0500

	Corrected a minor typo in DeploymentConfiguration.java


diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog                                                      |    5 +++++
netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java |    2 +-

diffs (24 lines):

diff -r e82455c47f08 -r 4e288938e2a3 ChangeLog
--- a/ChangeLog	Thu Nov 11 11:43:13 2010 -0500
+++ b/ChangeLog	Tue Nov 16 13:45:43 2010 -0500
@@ -1,3 +1,8 @@ 2010-11-11  Omair Majid  <omajid at redhat.
+2010-11-16  Andrew Su  <asu at redhat.com>
+
+	* netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java:
+	Corrected typo in one of the default values.
+
 2010-11-11  Omair Majid  <omajid at redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/Boot.java (main): Move trust
diff -r e82455c47f08 -r 4e288938e2a3 netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java
--- a/netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java	Thu Nov 11 11:43:13 2010 -0500
+++ b/netx/net/sourceforge/jnlp/runtime/DeploymentConfiguration.java	Tue Nov 16 13:45:43 2010 -0500
@@ -369,7 +369,7 @@ public final class DeploymentConfigurati
             { "deployment.proxy.override.hosts", null },
             /* cache and optional package repository */
             { "deployment.cache.max.size", String.valueOf("-1") },
-            { "deployment.cache.jarcompresson", String.valueOf(0) },
+            { "deployment.cache.jarcompression", String.valueOf(0) },
             { "deployment.javapi.cache.enabled", String.valueOf(false) },
             /* java console */
             { "deployment.console.startup.mode", CONSOLE_HIDE },



More information about the distro-pkg-dev mailing list