branch feature/1229 updated (5277f8c -> a93cc12)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1229 in repository lima. See http://git.chorem.org/lima.git from 5277f8c fixes #1229 : recherche d'un compt sur tout ou partie du code ou de la désignation new a93cc12 refs #1229 : suppression d'une variable non utilisé. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a93cc1257d7408470f3f2a1f97dfd93c01695235 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 29 10:52:04 2015 +0200 refs #1229 : suppression d'une variable non utilisé. Summary of changes: .../java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java | 3 --- 1 file changed, 3 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 a93cc1257d7408470f3f2a1f97dfd93c01695235 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>.
participants (1)
-
chorem.org scm