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=7ec87534f08e521ec5c95bcccc6ec4b0479277a0;hpb=d76c1c5b113e82739f8e0ae92288ba120d747111;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.