Skip to content
Snippets Groups Projects
Commit d02caa99 authored by Martin Vogel's avatar Martin Vogel
Browse files

fix(#484): fix javadoc return typo

parent 6d543880
No related branches found
No related tags found
1 merge request!33Maven Central deployment
......@@ -58,7 +58,7 @@ public interface Subscriber {
* Validates the structure and signature of a Security-Event-Token (SET).
*
* @param caseId unique identifier of a {@link Submission}s case
* @returna {@link ValidationResult}, contains an error if the SET is invalid
* @return {@link ValidationResult}, contains an error if the SET is invalid
*/
ValidationResult validateEventLog(UUID caseId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment