This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 496cfe8f8fd2053406371bee8a136171a0dd16ca Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 24 17:16:36 2015 +0200 fix build --- .../main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java index 3872889..89b3221 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java @@ -159,7 +159,7 @@ public abstract class ContentListUIHandler<E extends IdDto, C extends IdDto> ext * @param event the mouse event fired */ public void onDataSelected(MouseEvent event) { - C selectedData = getUi().getSelectedData(); + ReferenceDto<C> selectedData = getUi().getSelectedData(); if (event.getClickCount() > 1) { gotoChild(selectedData); return; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.