thesmallstar commented on a change in pull request #1019:
URL: https://github.com/apache/fineract/pull/1019#discussion_r444104732
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientStatusChecker.java
##########
@@ -25,6 +25,12 @@
import org.slf4j.LoggerFactory;
public class ClientStatusChecker {
+
+ protected ClientStatusChecker() {
+ // prevents calls from subclass(if any)
+ throw new UnsupportedOperationException();
+ }
Review comment:
Agreed! Making the changes
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]