adamsaghy commented on code in PR #3568:
URL: https://github.com/apache/fineract/pull/3568#discussion_r1386711368
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/event/external/exception/ExternalEventConfigurationNotFoundException.java:
##########
@@ -21,7 +21,7 @@
public class ExternalEventConfigurationNotFoundException extends
RuntimeException {
public ExternalEventConfigurationNotFoundException() {
- super("All external events are not configured");
+ super("No external events configured");
Review Comment:
I would rather with "Not all external events are configured" because that is
the closer to the truth.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]