details: https://code.openbravo.com/erp/devel/pi/rev/832db276d7a4 changeset: 15627:832db276d7a4 user: Antonio Moreno <antonio.moreno <at> openbravo.com> date: Mon Feb 27 17:37:24 2012 +0100 summary: Related to issue 13438. Improved javadoc message
diffstat: src/org/openbravo/erpCommon/modules/ApplyModule.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (13 lines): diff -r 7d8d2c37c269 -r 832db276d7a4 src/org/openbravo/erpCommon/modules/ApplyModule.java --- a/src/org/openbravo/erpCommon/modules/ApplyModule.java Mon Feb 27 14:02:39 2012 +0100 +++ b/src/org/openbravo/erpCommon/modules/ApplyModule.java Mon Feb 27 17:37:24 2012 +0100 @@ -46,7 +46,8 @@ /** * ApplyModule processes all modules that are in status (I)Installed or (P)Pending but not - * (A)Applied yet. This process is done by the execute method. + * (A)Applied yet (or all of them, if the property forceRefData is set to true). This process is + * done by the execute method. * * */ ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
