reta commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1451025116
##########
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:
Do we need this class to be public?
```suggestion
static class Jetty12WebSocket {
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]