diff --git a/website/features/index.html b/website/features/index.html index 3f00c81a..be853312 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -50,7 +50,9 @@
@Getter
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 @@
Edit your proj-debug and proj-compile batch scripts to add the following VM arguments:
-java -javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar -jar gwt.jar (rest of arguments) +java -javaagent:lombok.jar=ECJ (rest of arguments)
- Thanks to Stephan Habermann for figuring this out. + Thanks to Stephen Haberman for figuring this out.