This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch spring_boot_2 in repository https://gitbox.apache.org/repos/asf/fineract-cn-api.git
commit 801863f049954a8e2fe90ed40abbc07aa9c5d1df Author: mgeiss <[email protected]> AuthorDate: Wed Sep 27 09:34:51 2017 +0200 made constructor public --- src/main/java/io/mifos/core/api/util/EmptyBodyInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/mifos/core/api/util/EmptyBodyInterceptor.java b/src/main/java/io/mifos/core/api/util/EmptyBodyInterceptor.java index dbfd105..1183432 100644 --- a/src/main/java/io/mifos/core/api/util/EmptyBodyInterceptor.java +++ b/src/main/java/io/mifos/core/api/util/EmptyBodyInterceptor.java @@ -27,7 +27,7 @@ import java.nio.charset.Charset; */ public class EmptyBodyInterceptor implements RequestInterceptor { - EmptyBodyInterceptor() { + public EmptyBodyInterceptor() { super(); }
