From 75e4223ae5e6ba2cbed325ce8dfa81cc95661c30 Mon Sep 17 00:00:00 2001 From: Matt Sheehan Date: Fri, 23 Mar 2018 09:05:58 -0500 Subject: [PATCH] fix import --- src/main/docs/guide/asyncRequests.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/guide/asyncRequests.adoc b/src/main/docs/guide/asyncRequests.adoc index ef94f1d2..41a6abdf 100644 --- a/src/main/docs/guide/asyncRequests.adoc +++ b/src/main/docs/guide/asyncRequests.adoc @@ -27,7 +27,7 @@ If the model takes a while to produce then the server could arrive at a blocking [source,groovy] ---- -import static grails.async.WebPromises.* +import static grails.async.web.WebPromises.* ... def index() { tasks books: Book.async.list(),