From a139f0e242761fb1310fc323e3c4b1dbfda7364c Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Tue, 12 Sep 2017 20:12:44 +0100 Subject: [PATCH] Fixed minor typo in SSE chapter --- docs/src/main/docbook/sse.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/docbook/sse.xml b/docs/src/main/docbook/sse.xml index 50299f6408..f0ee66ffe9 100644 --- a/docs/src/main/docbook/sse.xml +++ b/docs/src/main/docbook/sse.xml @@ -228,7 +228,7 @@ public static class SseResource { The code above defines the resource deployed on URI "/events". This resource has a single @GET - resource method which returns void. This is an imported difference + resource method which returns void. This is an important difference against the original API. It is Jersey's responsibility to bind the injected SseEventSink to the output chain.