From 3c9cc8a94465c384ad28f4b7c5489eb2b9e8dd69 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 16 Aug 2009 20:33:46 -0400 Subject: [PATCH] Change TaskRunner to throw an exception instead of using Either --- cache/Cache.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/Cache.scala b/cache/Cache.scala index b016c1654..ae46845c9 100644 --- a/cache/Cache.scala +++ b/cache/Cache.scala @@ -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 {