Change TaskRunner to throw an exception instead of using Either

This commit is contained in:
Mark Harrah 2009-08-16 20:33:46 -04:00
parent f83d59b8cc
commit 3c9cc8a944
1 changed files with 1 additions and 1 deletions

2
cache/Cache.scala vendored
View File

@ -9,7 +9,7 @@ trait Cache[I,O]
}
trait SBinaryFormats extends CollectionTypes with JavaFormats with NotNull
{
//TODO: add basic types minus FileFormat
//TODO: add basic types from SBinary minus FileFormat
}
object Cache extends BasicCacheImplicits with SBinaryFormats with HListCacheImplicits
{