mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +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
|
* @throws DAOException si une erreur survient lors de la création du DAO
|
||||||
*/
|
*/
|
||||||
public DAO() throws DAOException {
|
public DAO() throws DAOException {}
|
||||||
throw new DAOException("DAO not implemented");
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retourne l'objet {@link D} en fonction de son identifiant
|
* Retourne l'objet {@link D} en fonction de son identifiant
|
||||||
|
|||||||
Reference in New Issue
Block a user