We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5fb82 commit 1ecc07aCopy full SHA for 1ecc07a
1 file changed
_posts/2015-06-18-filters.md
@@ -57,7 +57,7 @@ POST("/{id}", routeContext -> {
57
58
// after filter that release the database instance
59
ANY("/.*", routeContext -> {
60
- Database database = routeContextremoveLocal("database");
+ Database database = routeContext.removeLocal("database");
61
database.release();
62
}).runAsFinally();
63
```
0 commit comments