Skip to content

Commit

Permalink
moved getvalidationcontext into validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed May 17, 2024
1 parent b4cfc4b commit b665934
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@ protected void validateSchema(byte[] xmlRawData, String schemaPath, int section,
}


public ValidationContext getValidationContext() {
return context;
}



}
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,4 @@ public int getFailedRules() {
return failedRules;
}

public ValidationContext getValidationContext() {
return context;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ public void disableNotices() {
disableNotices = true;
}

public ValidationContext getValidationContext() {
return context;
}

/**
* Read the file and calculate the SHA-1 checksum
*
Expand Down

0 comments on commit b665934

Please sign in to comment.