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 ca0f1490c0b51139c02fbaedc7c4cfb274aa4e82 Author: David Cossé <cosse@codelutin.com> Date: Fri Jul 8 19:21:11 2016 +0200 refs #1207 [ISO] suppression d'une méthode morte --- .../src/main/java/org/chorem/lima/business/api/EntryService.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lima-business-api/src/main/java/org/chorem/lima/business/api/EntryService.java b/lima-business-api/src/main/java/org/chorem/lima/business/api/EntryService.java index a13442e..01a023e 100644 --- a/lima-business-api/src/main/java/org/chorem/lima/business/api/EntryService.java +++ b/lima-business-api/src/main/java/org/chorem/lima/business/api/EntryService.java @@ -37,13 +37,6 @@ public interface EntryService { Entry createEntry(Entry entry); /** - * Return Entry of financial transaction related to the given ClosedPeriodicEntryBook - * @param closedPeriodicEntryBook The ClosedPeriodicEntryBook - * @return All Entry related to the ClosedPeriodicEntryBook - */ - List<Entry> findAllEntryByDateForEntryBook(ClosedPeriodicEntryBook closedPeriodicEntryBook); - - /** * Return values of financial transaction related to the given ClosedPeriodicEntryBook * @param closedPeriodicEntryBook The ClosedPeriodicEntryBook from where financial transaction are returned * @return list of tables of 0: boolean (true:credit), 1: amount -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.