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:
@@ -62,7 +62,6 @@ public class UserRepository extends JORARepository
|
|||||||
* @param provider the database connection provider.
|
* @param provider the database connection provider.
|
||||||
*/
|
*/
|
||||||
public UserRepository (ConnectionProvider provider)
|
public UserRepository (ConnectionProvider provider)
|
||||||
throws PersistenceException
|
|
||||||
{
|
{
|
||||||
super(provider, USER_REPOSITORY_IDENT);
|
super(provider, USER_REPOSITORY_IDENT);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user