Skip to content
Snippets Groups Projects
Commit 39a146e7 authored by Thomas Mewily's avatar Thomas Mewily
Browse files

compile

parent dc74aee4
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -44,6 +44,6 @@ public class GommetteDAO extends _Generic<GommetteEntity> {
} catch (SQLException e) {
e.printStackTrace();
}
return null;
return;
}
}
......@@ -52,6 +52,6 @@ public class ProfDAO extends _Generic<ProfEntity> {
} catch (SQLException e) {
e.printStackTrace();
}
return null;
return;
}
}
......@@ -51,6 +51,6 @@ public class UserDAO extends _Generic<UserEntity> {
} catch (SQLException e) {
e.printStackTrace();
}
return null;
return;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment