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.