mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-14 09:05:23 +00:00
fix: dev-web - remove throw function on DAO constructor
This commit is contained in:
@@ -22,9 +22,7 @@ public abstract class DAO<D> {
|
||||
*
|
||||
* @throws DAOException si une erreur survient lors de la création du DAO
|
||||
*/
|
||||
public DAO() throws DAOException {
|
||||
throw new DAOException("DAO not implemented");
|
||||
}
|
||||
public DAO() throws DAOException {}
|
||||
|
||||
/**
|
||||
* Retourne l'objet {@link D} en fonction de son identifiant
|
||||
|
||||
Reference in New Issue
Block a user