Skip to content

Commit b00a37e

Browse files
authored
Merge pull request #2 from markusgeiss/develop
made constructor public
2 parents 5e21d66 + 801863f commit b00a37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/mifos/core/api/util/EmptyBodyInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
public class EmptyBodyInterceptor implements RequestInterceptor {
2929

30-
EmptyBodyInterceptor() {
30+
public EmptyBodyInterceptor() {
3131
super();
3232
}
3333

0 commit comments

Comments
 (0)