git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@267 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
joha-asc 2011-03-01 10:24:47 +00:00
parent 8668fccffa
commit 5aa0a95ad9

@ -49,7 +49,6 @@ public class CommentThreadDaoJPAImp extends AbstractDaoJPAImp<CommentThread>
try {
return query.getSingleResult();
} catch (NoResultException e) {
e.printStackTrace();
return null;
}