longevityframework / longevity

A Persistence Framework for Scala and NoSQL
http://longevityframework.org
Other
102 stars 6 forks source link

longevity.persistence.Repo should be a trait #40

Open sullivan- opened 7 years ago

sullivan- commented 7 years ago

Right now it is an abstract class. Pull the public API of that class into a trait. Make the abstract class private[longevity].