diff options
Diffstat (limited to 'website/setup')
-rw-r--r-- | website/setup/gwt.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/setup/gwt.html b/website/setup/gwt.html index bb4b68a4..f21185f9 100644 --- a/website/setup/gwt.html +++ b/website/setup/gwt.html @@ -44,10 +44,10 @@ <p> Edit your proj-debug and proj-compile batch scripts to add the following VM arguments: <pre> -java <strong>-javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar</strong> -jar gwt.jar <em>(rest of arguments)</em> +java <strong>-javaagent:lombok.jar=ECJ</strong> <em>(rest of arguments)</em> </pre> <p> - Thanks to Stephan Habermann for figuring this out. + Thanks to Stephen Haberman for figuring this out. </div> <div class="endBar"> </div> |