We never throw PersistenceException here.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2549 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2009-04-23 23:08:25 +00:00
parent 1ba33b7e5d
commit 5b1328e768
@@ -62,7 +62,6 @@ public class UserRepository extends JORARepository
* @param provider the database connection provider.
*/
public UserRepository (ConnectionProvider provider)
throws PersistenceException
{
super(provider, USER_REPOSITORY_IDENT);
}