aboutsummaryrefslogtreecommitdiff
path: root/stage1/Cache.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-27 09:55:00 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-28 13:34:01 -0400
commitf946be87b81cc9cb040ab5e3f8a5195a915ad1e4 (patch)
tree2907459834a584fb0f34992c3c3b9af5647a745b /stage1/Cache.scala
parent7f9380157a5cf95e767f74d6f7c52da24ea8f51f (diff)
downloadcbt-f946be87b81cc9cb040ab5e3f8a5195a915ad1e4.tar.gz
cbt-f946be87b81cc9cb040ab5e3f8a5195a915ad1e4.tar.bz2
cbt-f946be87b81cc9cb040ab5e3f8a5195a915ad1e4.zip
minor improvements to docs, imports, visibilities
Diffstat (limited to 'stage1/Cache.scala')
-rw-r--r--stage1/Cache.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Cache.scala b/stage1/Cache.scala
index 6e6b9eb..a8036e5 100644
--- a/stage1/Cache.scala
+++ b/stage1/Cache.scala
@@ -1,6 +1,6 @@
package cbt
/**
-Caches exactly one value
+Caches exactly one value.
Is there a less boiler-platy way to achieve this, that doesn't
require creating an instance for each thing you want to cache?
*/