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


##########
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:
   Oh sorry, we merged Servlet3Continuation and Servlet31Continuation, we 
probably better keep them separate, or rename Servlet3Continuation to 
Servlet31Continuation - since those are indeed just API baselines (3.0, 3.1) - 
for completeness 



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