@ -820,7 +820,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
@@ -820,7 +820,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
@ -838,6 +838,16 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
@@ -838,6 +838,16 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
if(pathComparison!=0){
returnpathComparison;
}
intinfo1ParamCount=info1.params.length;
intinfo2ParamCount=info2.params.length;
if(info1ParamCount!=info2ParamCount){
returninfo2ParamCount-info1ParamCount;
}
intinfo1HeaderCount=info1.headers.length;
intinfo2HeaderCount=info2.headers.length;
if(info1HeaderCount!=info2HeaderCount){
returninfo2HeaderCount-info1HeaderCount;
}
intinfo1MethodCount=info1.methods.length;
intinfo2MethodCount=info2.methods.length;
if(info1MethodCount==0&&info2MethodCount>0){
@ -852,16 +862,6 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
@@ -852,16 +862,6 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen