gnodet commented on code in PR #2955:
URL: https://github.com/apache/cxf/pull/2955#discussion_r2930449381


##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/Servlet3ContinuationProvider.java:
##########
@@ -80,7 +67,7 @@ public Continuation getContinuation() {
         }
 
         if (continuation == null) {
-            continuation = IS_31 ? new Servlet31Continuation() : new 
Servlet3Continuation();
+            continuation = new Servlet3Continuation();

Review Comment:
   Already done — the merged class is named `Servlet31Continuation` (the old 
`Servlet3Continuation` was renamed).



-- 
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]

Reply via email to