branch develop-5.x updated (20ace62 -> 38136e8)
This is an automated email from the git hooks/post-receive script. New change to branch develop-5.x in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 20ace62 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 38136e8 [LL] autocomplétion des 3 champs de position sur la ligne (Fixes #8854) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 38136e830beed6e9e18f17c5e2671e9ac748aefe Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 8 10:07:37 2016 +0100 [LL] autocomplétion des 3 champs de position sur la ligne (Fixes #8854) Summary of changes: .../swing/decoration/decorators/DataReferenceDecorator.java | 5 +++++ 1 file changed, 5 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop-5.x in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 38136e830beed6e9e18f17c5e2671e9ac748aefe Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 8 10:07:37 2016 +0100 [LL] autocomplétion des 3 champs de position sur la ligne (Fixes #8854) --- .../swing/decoration/decorators/DataReferenceDecorator.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/decorators/DataReferenceDecorator.java b/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/decorators/DataReferenceDecorator.java index cccbdc7..756a4db 100644 --- a/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/decorators/DataReferenceDecorator.java +++ b/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/decorators/DataReferenceDecorator.java @@ -64,4 +64,9 @@ public class DataReferenceDecorator<D extends DataDto> extends ObserveDecorator< } + @Override + public String toString(Object bean) { + String result = super.toString(bean); + return result == null ? null : result.trim(); + } } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm