Repository: cxf Updated Branches: refs/heads/master 61a361610 -> 46bd4b3e9
CXF-7276: Atmosphere init code should be moved out of AtmosphereWebSocketServlet Destination (javadocs + cleanup) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/46bd4b3e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/46bd4b3e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/46bd4b3e Branch: refs/heads/master Commit: 46bd4b3e9b8365b5afe2310ba6225eb6c2abad12 Parents: 61a3616 Author: reta <[email protected]> Authored: Wed Apr 5 08:41:43 2017 -0400 Committer: reta <[email protected]> Committed: Wed Apr 5 08:41:43 2017 -0400 ---------------------------------------------------------------------- .../java/org/apache/cxf/transport/servlet/ServletConfigAware.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/46bd4b3e/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletConfigAware.java ---------------------------------------------------------------------- diff --git a/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletConfigAware.java b/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletConfigAware.java index 59abc0c..8df3e29 100644 --- a/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletConfigAware.java +++ b/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletConfigAware.java @@ -23,7 +23,7 @@ import javax.servlet.ServletException; /** * Interface to be implemented by any Destination that wishes to be notified of the - * SerlvetConfig availability. + * ServletConfig availability. */ public interface ServletConfigAware { default void onServletConfigAvailable(ServletConfig config) throws ServletException {
