We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142f520 commit 10897a7Copy full SHA for 10897a7
src/main/java/org/audit4j/core/ValidationManager.java
@@ -51,7 +51,7 @@ private ValidationManager() {
51
* @throws ValidationException
52
* the validation exception
53
*/
54
- static void validateEvent(AuditEvent event) throws ValidationException {
+ public static void validateEvent(AuditEvent event) throws ValidationException {
55
if (event == null || event.getActor() == null || event.getOrigin() == null) {
56
throw new ValidationException("Invalid Input", ValidationException.VALIDATION_LEVEL_WARN);
57
}
0 commit comments