Remove paragraph about GWT DETAILED from developer documentation

The DETAILED style was supported in the Maven build, which was
removed a couple of releases ago.

Remove it from the documentation.

Change-Id: Ide0955e10a517d9f58cecbb3c6495de2e701d350
This commit is contained in:
David Pursehouse
2014-12-19 13:48:20 +09:00
parent 9bdeb8ccd1
commit 0bb63c0e56

View File

@@ -188,13 +188,6 @@ match the Java sources.
http://localhost:8080/?dbg=1
----
To use the GWT DETAILED style the package must be recompiled and
`?dbg=1` must be omitted from the URL:
----
mvn package -Dgwt.style=DETAILED
----
== Client-Server RPC