From 10e14494674d90f73b5972bb40ae1ab3164f5188 Mon Sep 17 00:00:00 2001 From: jarnyste Date: Sat, 31 Oct 2015 22:58:04 +0100 Subject: [PATCH] adding necessary import renaming for people not reading example code --- docs/03.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/03.markdown b/docs/03.markdown index 16242e408..542da28fe 100644 --- a/docs/03.markdown +++ b/docs/03.markdown @@ -27,6 +27,8 @@ should provide a general purpose API that will work asynchronously on any servle (Continuations will also work in blocking mode with any servlet 2.5 container.) ```scala +import unfiltered.request.{Path => UFPath} + object AsyncPlan extends unfiltered.filter.async.Plan { def intent = { case GET(UFPath("/pass")) => Pass