Skip to content

Commit 5813968

Browse files
committed
Mark constructor as public
1 parent 714c76c commit 5813968

File tree

1 file changed

+1
-1
lines changed
  • components/apimgt/org.wso2.carbon.apimgt.rest.api.util/src/main/java/org/wso2/carbon/apimgt/rest/api/util/exception

1 file changed

+1
-1
lines changed

components/apimgt/org.wso2.carbon.apimgt.rest.api.util/src/main/java/org/wso2/carbon/apimgt/rest/api/util/exception/GlobalThrowableMapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class GlobalThrowableMapper implements ExceptionMapper<Throwable> {
4343

4444
private ErrorDTO e500 = new ErrorDTO();
4545

46-
GlobalThrowableMapper() {
46+
public GlobalThrowableMapper() {
4747
e500.setCode((long) 500);
4848
e500.setMessage("Internal server error");
4949
e500.setMoreInfo("");

0 commit comments

Comments
 (0)