X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcache%2FCachedObject.java;h=da86298d6598115f9f5b4a683a27053c8f08da73;hb=cf5d0ae2e696c7feed411c02a022d9ef33ef0ad0;hp=7ec87534f08e521ec5c95bcccc6ec4b0479277a0;hpb=9d4593c81c3a7edb33f957d58fef19f661ec9fe0;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 7ec87534..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.