added comments

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2021-10-28 10:05:09 -05:00
parent b546fcbb8b
commit 9a158c4909

View File

@ -164,6 +164,7 @@ public struct ModelRegistry {
// MARK: - Functions
//--------------------------------------------------
///This returns a handler type.
public static func getHandler(_ model: ModelProtocol) throws -> ModelHandlerProtocol.Type {
return try getHandlerType(for: type(of: model))
}