ffang commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1452786421


##########
rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/jetty12/Jetty12WebSocketDestination.java:
##########
@@ -335,5 +342,36 @@ private HttpServletRequest getHttpServletRequest(final 
UpgradeRequest upgradeReq
         }
     }
 
+    @org.eclipse.jetty.websocket.api.annotations.WebSocket
+    public class Jetty12WebSocket {

Review Comment:
   Yes, this needs to be public, so that the annotation of this class
       @org.eclipse.jetty.websocket.api.annotations.WebSocket
   can take effect
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to