details: https://code.openbravo.com/erp/devel/pi/rev/ec134f647522 changeset: 27068:ec134f647522 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Fri Jul 03 19:41:40 2015 +0200 summary: Related to issue 30308: fix in javadoc
diffstat: src/org/openbravo/dal/service/OBDal.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diffs (14 lines): diff -r 2268a549839c -r ec134f647522 src/org/openbravo/dal/service/OBDal.java --- a/src/org/openbravo/dal/service/OBDal.java Fri Jul 03 19:31:11 2015 +0200 +++ b/src/org/openbravo/dal/service/OBDal.java Fri Jul 03 19:41:40 2015 +0200 @@ -289,7 +289,9 @@ * * @param bob * the BaseOBObject to refresh - * @return the BaseOBObject, or null if none found + * @param useCache + * a flag to indicate if the refresh is done from cache (true) or from db (false) + * @return the refreshed BaseOBObject, or null if none found */ public BaseOBObject refresh(BaseOBObject bob, boolean useCache) { if (!useCache) { ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits