Skip to content

Commit

Permalink
Merge pull request #20 from sheehan/patch-1
Browse files Browse the repository at this point in the history
fix import in doc
  • Loading branch information
graemerocher authored May 16, 2018
2 parents d9e96eb + 75e4223 commit ac97285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/asyncRequests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit ac97285

Please sign in to comment.