Skip to content

Commit

Permalink
Update src/main/java/nl/knaw/dans/managedeposit/core/DepositPropertie…
Browse files Browse the repository at this point in the history
…s.java


Commit Suggestion from Reviewer Joke

Co-authored-by: Jo Pol <[email protected]>
  • Loading branch information
aliassheikh and jo-pol authored May 3, 2024
1 parent 977f428 commit d607b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public int hashCode() {
@Override
public String toString() {
return "DepositProperties{" +
"depositor='" + depositor + '\'' +
"depositor='" + depositor + "'" +
", depositId='" + depositId + '\'' +
", bagName='" + bagName + '\'' +
", depositState='" + depositState + '\'' +
Expand Down

0 comments on commit d607b6a

Please sign in to comment.