details:   https://code.openbravo.com/erp/devel/pi/rev/824d69e3a0f9
changeset: 20172:824d69e3a0f9
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Mon Apr 22 15:13:28 2013 +0200
summary:   Fixed 23604: a few more javadoc syntax fixes

diffstat:

 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
      |  7 -------
 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
        |  8 --------
 
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceProperty.java
 |  1 -
 3 files changed, 0 insertions(+), 16 deletions(-)

diffs (74 lines):

diff -r 8a81298c4d0d -r 824d69e3a0f9 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
  Mon Apr 22 15:06:18 2013 +0200
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
  Mon Apr 22 15:13:28 2013 +0200
@@ -604,7 +604,6 @@
    *          accounting dimension
    * @param user2
    *          accounting dimension
-   * @return
    */
   public FIN_PaymentScheduleDetail getNewPaymentScheduleDetail(Organization 
organization,
       BigDecimal amount, BusinessPartner businessPartner, Product product, 
Project project,
@@ -640,7 +639,6 @@
    *          accounting dimension
    * @param salesRegion
    *          accounting dimension
-   * @return
    */
   public FIN_PaymentScheduleDetail getNewPaymentScheduleDetail(Organization 
organization,
       BigDecimal amount, BusinessPartner businessPartner, Product product, 
Project project,
@@ -1910,11 +1908,6 @@
   /**
    * Returns the list of credit payments for the selected business partner 
that belongs to the legal
    * entity's natural tree of the given organization
-   * 
-   * @param org
-   * @param bp
-   * @param isReceipt
-   * @return
    */
   public List<FIN_Payment> getCustomerPaymentsWithCredit(Organization org, 
BusinessPartner bp,
       boolean isReceipt) {
diff -r 8a81298c4d0d -r 824d69e3a0f9 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
    Mon Apr 22 15:06:18 2013 +0200
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
    Mon Apr 22 15:13:28 2013 +0200
@@ -600,10 +600,6 @@
 
   /**
    * Returns the amount of days between two given dates
-   * 
-   * @param endDate
-   * @param beginDate
-   * @return
    */
   public static Long getDaysBetween(Date beginDate, Date endDate) {
     final TimeZone tz = TimeZone.getDefault();
@@ -887,8 +883,6 @@
    *          Currency to convert from
    * @param toCurrency
    *          Currency being converted to
-   * @param conversionDate
-   *          Date conversion is being performed
    * @param documentId
    *          DocumentId to find the value in table c_conversion_rate_document
    * @param entity
@@ -1016,8 +1010,6 @@
    * @param organization
    *          to get its configuration. In case no configuration is available, 
the invoice's
    *          document number is returned
-   * @param invoice
-   * @return
    */
   public static String getDesiredDocumentNo(final Organization organization, 
final Invoice invoice) {
     String invoiceDocNo;
diff -r 8a81298c4d0d -r 824d69e3a0f9 
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceProperty.java
--- 
a/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceProperty.java
     Mon Apr 22 15:06:18 2013 +0200
+++ 
b/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceProperty.java
     Mon Apr 22 15:13:28 2013 +0200
@@ -140,7 +140,6 @@
    * 
    * @param reference
    *          List reference
-   * @return
    */
   public static Set<String> getAllowedValues(Reference reference) {
     Set<String> allowedValues = new HashSet<String>();

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to