branch feature/1169-Saisie_du_jour_uniquement updated (30e57ca -> c3d48a0)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1169-Saisie_du_jour_uniquement in repository lima. See http://git.chorem.org/lima.git from 30e57ca fixes #1169 retrait d'une classe innutile new c3d48a0 fixes #1169 retrait d'imports inutilisés 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 c3d48a061443223321a547bbb4d420f709dc6281 Author: dcosse <japbiw74> Date: Thu Feb 19 17:20:55 2015 +0100 fixes #1169 retrait d'imports inutilisés Summary of changes: .../java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java | 2 -- 1 file changed, 2 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/1169-Saisie_du_jour_uniquement in repository lima. See http://git.chorem.org/lima.git commit c3d48a061443223321a547bbb4d420f709dc6281 Author: dcosse <japbiw74> Date: Thu Feb 19 17:20:55 2015 +0100 fixes #1169 retrait d'imports inutilisés --- .../java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java b/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java index cffc679..ad5b5e0 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java @@ -22,7 +22,6 @@ package org.chorem.lima.ui.common; * #L% */ -import jaxx.runtime.SwingUtil; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.lima.business.api.FinancialTransactionService; @@ -38,7 +37,6 @@ import org.chorem.lima.entity.FinancialTransactionImpl; import org.chorem.lima.service.LimaServiceFactory; import org.chorem.lima.ui.financialtransaction.AccountColumn; import org.chorem.lima.ui.financialtransaction.CreditColumn; -import org.chorem.lima.ui.financialtransaction.DateColumn; import org.chorem.lima.ui.financialtransaction.DayColumn; import org.chorem.lima.ui.financialtransaction.DebitColumn; import org.chorem.lima.ui.financialtransaction.DescriptionColumn; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm