You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:39:17 UTC

[fineract-cn-api] 16/38: made constructor public

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

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-api.git

commit 801863f049954a8e2fe90ed40abbc07aa9c5d1df
Author: mgeiss <mg...@mifos.org>
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();
   }