fix broken build

This commit is contained in:
Sebastian Sdorra
2012-03-16 09:49:10 +01:00
parent e1162ed025
commit 9b5b1a26c6

View File

@@ -242,6 +242,18 @@ public class JDBCUserManager extends AbstractUserManager
throw new UnsupportedOperationException("Not supported yet.");
}
/**
* Method description
*
*
* @return
*/
@Override
public String getDefaultType()
{
throw new UnsupportedOperationException("Not supported yet.");
}
/**
* Method description
*