This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 6978a6cf33fa7e6db4d60957a5f4f3cf14dca531 Author: David Cossé <cosse@codelutin.com> Date: Sun Oct 15 22:30:40 2017 +0200 refs #1394 affectation d'une valeur par défaut MainUiRefreshComponent --- lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx index 7d59735d..d1690b40 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx +++ b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx @@ -35,7 +35,7 @@ org.chorem.lima.enums.MainUiRefreshComponent </import> - <MainUiRefreshComponent id="mainUiRefreshComponent" javaBean='null'/> + <MainUiRefreshComponent id="mainUiRefreshComponent" javaBean='MainUiRefreshComponent.NONE'/> <script><![CDATA[ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.