This is an automated email from the git hooks/post-receive script. New commit to branch feature/2 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 587f08118c1fad073ff48b1b30647be3631031d9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 17 16:54:01 2016 +0100 remove dead code --- .../application/swing/ui/content/table/ContentTableUIHandler.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/ContentTableUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/ContentTableUIHandler.java index e0df339..84c3908 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/ContentTableUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/ContentTableUIHandler.java @@ -266,12 +266,6 @@ public abstract class ContentTableUIHandler<E extends IdDto, D extends IdDto, U } if (canEdit) { -// -// if (getModel().isCreatingMode()) { -// getUi().getResetEntry().setText(getUi().getResetNewEntryText()); -// } else { -// getUi().getResetEntry().setText(getUi().getResetEntryText()); -// } // on force l'ecran en non modification //FIXME normalement, on ne devrait pas a avoir a faire ca ? -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.