sbt/main
Ethan Atkins 055d7cd626 Remove unneeded cast
This was causing an abstract type pattern T is unchecked since it is
eliminated by erasure. It was unneeded because store.get[T] return
Option[(T, Long)]. I'm surprised that the compiler complained about
this.
2019-07-13 15:35:27 -07:00
..
src Remove unneeded cast 2019-07-13 15:35:27 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00