X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcache%2FCachedObject.java;h=da86298d6598115f9f5b4a683a27053c8f08da73;hb=7d3754ca3d757ef89241cdbd679f82941e64cfc6;hp=87feaf0e003f957d0f3310071fae9aab47c4cac4;hpb=3a6e2ead110ac7944f60f449b4a68d27b67fc19e;p=utils diff --git a/support/general/src/main/java/org/wamblee/cache/CachedObject.java b/support/general/src/main/java/org/wamblee/cache/CachedObject.java index 87feaf0e..da86298d 100644 --- a/support/general/src/main/java/org/wamblee/cache/CachedObject.java +++ b/support/general/src/main/java/org/wamblee/cache/CachedObject.java @@ -79,10 +79,10 @@ public class CachedObject { /** - * Gets the object. Called when the object is not in the cache. - * In case computation fails, an exception should be thrown to ensure that the last - * known value will be used. + * Gets the object. Called when the object is not in the cache. In case + * computation fails, an exception should be thrown to ensure that the + * last known value will be used. * * @param aObjectKey * Id of the object in the cache.