Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs427fa20team22
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
htmoss2
cs427fa20team22
Commits
b96d2f82
Commit
b96d2f82
authored
4 years ago
by
mjw11
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary parameter
parent
852744f7
No related branches found
Branches containing commit
No related tags found
2 merge requests
!22
Merge UC92 into Master
,
!15
Merge 5-uc-92-activate-pre-registered-patient-2 into UC92v2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iTrust/src/edu/ncsu/csc/itrust/dao/mysql/PatientDAO.java
+1
-1
1 addition, 1 deletion
iTrust/src/edu/ncsu/csc/itrust/dao/mysql/PatientDAO.java
with
1 addition
and
1 deletion
iTrust/src/edu/ncsu/csc/itrust/dao/mysql/PatientDAO.java
+
1
−
1
View file @
b96d2f82
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment