More rework

This commit is contained in:
crschnick
2024-10-24 13:46:34 +00:00
parent 1c80db936c
commit 263eb811f4
11 changed files with 34 additions and 97 deletions

View File

@@ -18,7 +18,7 @@ public interface ValidatableStore<T extends ValidationContext<?>> extends DataSt
*
* @throws Exception if any part of the validation went wrong
*/
T validate(T context) throws Exception;
T validate() throws Exception;
T createContext() throws Exception;
}