details:   https://code.openbravo.com/erp/devel/pi/rev/8432ac92f307
changeset: 34797:8432ac92f307
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Tue Sep 25 10:27:13 2018 +0200
summary:   related to issue 39261: update javadoc information

diffstat:

 src/org/openbravo/erpCommon/utility/Utility.java |  18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diffs (70 lines):

diff -r 45a672248561 -r 8432ac92f307 
src/org/openbravo/erpCommon/utility/Utility.java
--- a/src/org/openbravo/erpCommon/utility/Utility.java  Fri Sep 21 11:34:01 
2018 +0200
+++ b/src/org/openbravo/erpCommon/utility/Utility.java  Tue Sep 25 10:27:13 
2018 +0200
@@ -2084,7 +2084,7 @@
   }
 
   /**
-   * Provides the image as a BufferedImage object.
+   * Provides the image as a BufferedImage object. Commonly used for reports.
    * 
    * @param id
    *          The id of the image to display
@@ -2104,7 +2104,8 @@
    * 
    * @param logo
    *          The name of the logo to display This can be one of the 
following: yourcompanylogin,
-   *          youritservicelogin, yourcompanymenu, yourcompanybig or 
yourcompanydoc
+   *          youritservicelogin, yourcompanymenu, yourcompanybig, 
yourcompanydoc, yourcompanylegal
+   *          or banner-production
    * @param org
    *          The organization id used to get the logo In the case of 
requesting the yourcompanydoc
    *          logo you can indicate the organization used to request the logo.
@@ -2187,7 +2188,8 @@
    * 
    * @param logo
    *          The name of the logo to display This can be one of the 
following: yourcompanylogin,
-   *          youritservicelogin, yourcompanymenu, yourcompanybig or 
yourcompanydoc
+   *          youritservicelogin, yourcompanymenu, yourcompanybig, 
yourcompanydoc, yourcompanylegal
+   *          or banner-production
    * @param org
    *          The organization id used to get the logo In the case of 
requesting the yourcompanydoc
    *          logo you can indicate the organization used to request the logo.
@@ -2202,7 +2204,8 @@
    *
    * @param logo
    *          The name of the logo to display This can be one of the 
following: yourcompanylogin,
-   *          youritservicelogin, yourcompanymenu, yourcompanybig or 
yourcompanydoc
+   *          youritservicelogin, yourcompanymenu, yourcompanybig, 
yourcompanydoc, yourcompanylegal
+   *          or banner-production
    * @param org
    *          The organization id used to get the logo In the case of 
requesting the yourcompanydoc
    *          logo you can indicate the organization used to request the logo.
@@ -2249,7 +2252,8 @@
    * 
    * @param logo
    *          The name of the logo to display This can be one of the 
following: yourcompanylogin,
-   *          youritservicelogin, yourcompanymenu, yourcompanybig or 
yourcompanydoc
+   *          youritservicelogin, yourcompanymenu, yourcompanybig, 
yourcompanydoc, yourcompanylegal
+   *          or banner-production
    * @return The path of the image requested
    */
   private static String getDefaultImageLogoPath(String logo) {
@@ -2377,7 +2381,7 @@
   }
 
   /**
-   * Provides the image logo as a BufferedImage object.
+   * Provides the image logo as a BufferedImage object. Commonly used for 
reports.
    * 
    * @param logo
    *          The name of the logo to display
@@ -2390,7 +2394,7 @@
   }
 
   /**
-   * Provides the image logo as a BufferedImage object.
+   * Provides the image logo as a BufferedImage object. Commonly used for 
reports.
    * 
    * @param logo
    *          The name of the logo to display


_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to