diff --git a/elitzur-core/src/main/scala/com/spotify/elitzur/types/Owner.scala b/elitzur-core/src/main/scala/com/spotify/elitzur/types/Owner.scala index b6978da..64cabcc 100644 --- a/elitzur-core/src/main/scala/com/spotify/elitzur/types/Owner.scala +++ b/elitzur-core/src/main/scala/com/spotify/elitzur/types/Owner.scala @@ -16,6 +16,6 @@ */ package com.spotify.elitzur.types -private[elitzur] trait Owner { +trait Owner { def name: String }