1
0

diplomacy: seal the LazyModuleImpLike trait (#927)

This makes sure that all the base classes call instantiate()
This commit is contained in:
Wesley W. Terpstra 2017-08-06 17:32:23 -07:00 committed by GitHub
parent 5030a8b15a
commit d03fdc4f30

View File

@ -141,7 +141,7 @@ object LazyModule
} }
} }
trait LazyModuleImpLike extends BaseModule sealed trait LazyModuleImpLike extends BaseModule
{ {
val wrapper: LazyModule val wrapper: LazyModule