Skip to content
Snippets Groups Projects
Commit b96d2f82 authored by mjw11's avatar mjw11
Browse files

Remove unnecessary parameter

parent 852744f7
No related branches found
No related tags found
2 merge requests!22Merge UC92 into Master,!15Merge 5-uc-92-activate-pre-registered-patient-2 into UC92v2
...@@ -103,7 +103,7 @@ public class PatientDAO { ...@@ -103,7 +103,7 @@ public class PatientDAO {
* @throws ITrustException * @throws ITrustException
* @throws DBException * @throws DBException
*/ */
public String getRole(long mid, String role) throws ITrustException, DBException { public String getRole(long mid) throws ITrustException, DBException {
Connection conn = null; Connection conn = null;
PreparedStatement ps = null; PreparedStatement ps = null;
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment