This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 9fbba49c4a04dd7678623ecb8bdbdd42b3186d15
Author: acsukesh <sukes...@huawei.com>
AuthorDate: Fri Mar 30 19:10:38 2018 +0530

    Update ExceptionToResponseConverter.java
---
 .../swagger/invocation/exception/ExceptionToResponseConverter.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/exception/ExceptionToResponseConverter.java
 
b/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/exception/ExceptionToResponseConverter.java
index 4c14ad8..1d6e6e8 100644
--- 
a/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/exception/ExceptionToResponseConverter.java
+++ 
b/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/exception/ExceptionToResponseConverter.java
@@ -23,7 +23,7 @@ public interface ExceptionToResponseConverter<T extends 
Throwable> {
   Class<T> getExceptionClass();
 
   default int getOrder() {
-    return 0;
+    return 100;
   }
 
   Response convert(SwaggerInvocation swaggerInvocation, T e);

-- 
To stop receiving notification emails like this one, please contact
liu...@apache.org.

Reply via email to