details:   https://code.openbravo.com/erp/devel/pi/rev/8362ae2c2b8f
changeset: 20728:8362ae2c2b8f
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Mon Jul 15 10:21:16 2013 +0530
summary:   Related to Issue 20623 : Fixed Javadoc issues

The case of the arguments in the javadoc where not matching with the method 
arguments which caused warnings in generate.java.doc.
Matched javadoc params with method parameters.

diffstat:

 src/org/openbravo/erpCommon/businessUtility/TabAttachments.java |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 7f9e668d264c -r 8362ae2c2b8f 
src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
--- a/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java   Thu Jul 
11 10:55:30 2013 +0530
+++ b/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java   Mon Jul 
15 10:21:16 2013 +0530
@@ -588,10 +588,10 @@
    * "259/0F3/A10/E01/975/4BA/CA5/844/387/FB3/7B0/D5". In case 
'SaveAttachmentsOldWay' preference is
    * enabled then the file directory returned is 
"259-0F3A10E019754BACA5844387FB37B0D5"
    * 
-   * @param tableId
+   * @param tableID
    *          UUID of the table
    * 
-   * @param recordId
+   * @param recordID
    *          UUID of the record
    * 
    * @return file directory to save the attachment
@@ -624,10 +624,10 @@
    * preference is enabled then the file directory returned is
    * "259-0F3A10E019754BACA5844387FB37B0D5"
    * 
-   * @param tableId
+   * @param tableID
    *          UUID of the table
    * 
-   * @param recordId
+   * @param recordID
    *          UUID of the record
    * 
    * @param fileName

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to