mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-25 00:52:31 -04:00
More rework
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user