details:   https://code.openbravo.com/erp/devel/pi/rev/644986ebb250
changeset: 35330:644986ebb250
user:      Javier Armendáriz <javier.armendariz <at> openbravo.com>
date:      Fri Jan 18 13:27:38 2019 +0100
summary:   Related to issue 39878: Improving ImportEntryBuilder.setProperty 
documentation

diffstat:

 src/org/openbravo/service/importprocess/ImportEntryBuilder.java |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r a1b397f50ae2 -r 644986ebb250 
src/org/openbravo/service/importprocess/ImportEntryBuilder.java
--- a/src/org/openbravo/service/importprocess/ImportEntryBuilder.java   Fri Jan 
18 12:56:43 2019 +0100
+++ b/src/org/openbravo/service/importprocess/ImportEntryBuilder.java   Fri Jan 
18 13:27:38 2019 +0100
@@ -105,9 +105,9 @@
   }
 
   /**
-   * This let initialize ImportEntry properties that has no set*() method 
implemented. Note that if
-   * propertyName does not exist for ImportEntry, create() will throw an 
CheckException or a
-   * ValidationException is propertyValue cannot be assigned to the property.
+   * This method let initialize any ImportEntry property using its property 
name. Note that if
+   * propertyName does not exist for ImportEntry, create() will throw an 
CheckException. Also, if
+   * propertyValue cannot be assigned to the property, a ValidationException 
will be thrown.
    *
    * @param propertyName
    *          the name of the property


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

Reply via email to