This is an automated email from the git hooks/post-receive script. New commit to branch feature/11 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit ea69c3ece5f7dd8e4d69cee74129299c7feb6de6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:03:53 2016 +0100 Impossible d'ouvrir l'opération de synthèse (Close #11) --- .../application/swing/ui/admin/report/ReportUIHandler.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java index e84bed0..82df7b2 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/report/ReportUIHandler.java @@ -78,11 +78,7 @@ public class ReportUIHandler extends AdminTabUIHandler<ReportUI> implements UIHa private static final TimeLog timeLog = new TimeLog(ReportUIHandler.class, 0, 1000); - private final Runnable revalidateTabUI; - - public ReportUIHandler() { - revalidateTabUI = getUi()::revalidate; - } + private Runnable revalidateTabUI; @Override public void afterInit(ReportUI ui) { @@ -90,7 +86,7 @@ public class ReportUIHandler extends AdminTabUIHandler<ReportUI> implements UIHa if (log.isDebugEnabled()) { log.debug(" specialized for [" + ui.getStep() + "] for main ui " + parentUI.getClass().getName() + "@" + System.identityHashCode(this.ui)); } - + revalidateTabUI = ui::revalidate; UIHelper.setLayerUI(ui.getContent(), parentUI.getConfigBlockLayerUI()); ReportModel stepModel = getStepModel(); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.