johnament commented on a change in pull request #323: Handle @Priority on 
ExceptionMappers
URL: https://github.com/apache/cxf/pull/323#discussion_r146592216
 
 

 ##########
 File path: 
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ProviderFactory.java
 ##########
 @@ -858,7 +858,7 @@ private static int compareCustomStatus(ProviderInfo<?> p1, 
ProviderInfo<?> p2) {
         return result;
     }
 
-    private static int comparePriorityStatus(Class<?> cl1, Class<?> cl2) {
+    static int comparePriorityStatus(Class<?> cl1, Class<?> cl2) {
 
 Review comment:
   Hmmm but if I have a custom impl of this in a different package (now 
required in java 9) I wouldn't be able to use this utility.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to