You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Into the class: com.trg.search.hibernate.HibernateSearchProcessor
into function public "List search(Session session, Class<?> searchClass,
ISearch search)" line 96
has a lost System.out.println.
It should be changed to:
if (logger.isDebugEnabled())
{
logger.debug(hql)
}
Or something like that.
Original issue reported on code.google.com by terciofi...@gmail.com on 19 Jun 2009 at 6:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
terciofi...@gmail.com
on 19 Jun 2009 at 6:50The text was updated successfully, but these errors were encountered: