Fixed crash caused by using DB too early in lifecycle.

This commit is contained in:
akwizgran
2016-01-20 15:03:10 +00:00
parent 3872a05ddd
commit 3c543b0d62
5 changed files with 23 additions and 8 deletions

View File

@@ -27,5 +27,5 @@ public interface ValidationManager {
}
/** Sets the message validator for the given client. */
void setMessageValidator(ClientId c, MessageValidator v);
void registerMessageValidator(ClientId c, MessageValidator v);
}