Skip to content

Commit 10897a7

Browse files
committed
Changed validation manager methods public
1 parent 142f520 commit 10897a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/audit4j/core/ValidationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private ValidationManager() {
5151
* @throws ValidationException
5252
* the validation exception
5353
*/
54-
static void validateEvent(AuditEvent event) throws ValidationException {
54+
public static void validateEvent(AuditEvent event) throws ValidationException {
5555
if (event == null || event.getActor() == null || event.getOrigin() == null) {
5656
throw new ValidationException("Invalid Input", ValidationException.VALIDATION_LEVEL_WARN);
5757
}

0 commit comments

Comments
 (0)