This is an automated email from the git hooks/post-receive script. New commit to branch feature/1229 in repository lima. See http://git.chorem.org/lima.git commit d0e4e992380dc55977d2f24d5e24ea46967f1e07 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 29 10:52:04 2015 +0200 refs #1229 : suppression d'une variable non utilisé. --- .../java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java index a7f48c3..f1fec63 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java @@ -53,8 +53,6 @@ public class AccountTableCellEditor extends AbstractCellEditor implements TableC protected final AccountComboBox accountComboBox; - protected boolean keyPressed; - protected static final long serialVersionUID = 1L; /** constructor */ @@ -105,7 +103,6 @@ public class AccountTableCellEditor extends AbstractCellEditor implements TableC }); } } - keyPressed = false; boolean result = !(evt instanceof MouseEvent) || ((MouseEvent) evt).getClickCount() == 1; return result; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.