diff --git a/src/main/java/org/apposed/appose/GroovyWorker.java b/src/main/java/org/apposed/appose/GroovyWorker.java index 7c64d92..0ac4b7f 100644 --- a/src/main/java/org/apposed/appose/GroovyWorker.java +++ b/src/main/java/org/apposed/appose/GroovyWorker.java @@ -46,9 +46,14 @@ /** * The Appose worker for running Groovy scripts. *

- * Like all Appose workers, this program conforms to the {@link Appose Appose - * worker process contract}, meaning it accepts requests on stdin and produces - * responses on stdout, both formatted according to Appose's assumptions. + * Like all Appose workers, this program conforms to the Appose worker process + * contract, meaning it accepts requests on stdin and produces responses on + * stdout, both formatted according to Appose's assumptions. + *

+ *

+ * For details, see the + * Appose + * README. *

*/ public class GroovyWorker {