From 14bb4f0f9b7c70a834ab6daa918cf5ace913fb66 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 7 Apr 2011 21:06:59 +0000 Subject: [PATCH] I later realized we don't need quotes here, since we pass arguments as an array to Runtime.exec. --- .../com/threerings/getdown/launcher/GetdownAppletConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java b/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java index f6cb990..9f5d73b 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java @@ -72,7 +72,7 @@ public class GetdownAppletConfig /** A property specifying the names of additional appargs properties. Each apparg property will * be suffixed by a monotonically increasing integer starting at zero, e.g. *
{@code
-     * 
+     * 
      * 
      * }
* When a number is reached for which no value exists, we stop looking. */