Author: echatellier Date: 2012-02-21 16:07:06 +0100 (Tue, 21 Feb 2012) New Revision: 3333 Url: http://chorem.org/repositories/revision/lima/3333 Log: switch to protected (service util method) Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java =================================================================== --- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java 2012-02-21 14:43:33 UTC (rev 3332) +++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java 2012-02-21 15:07:06 UTC (rev 3333) @@ -172,7 +172,7 @@ * @return * @throws LimaException */ - public TopiaQuery createEntryQuery(Account account, + protected TopiaQuery createEntryQuery(Account account, Date beginDate, Date endDate, EntryDAO entryDAO,