Skip to content

Commit

Permalink
Maven clean and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBalunan committed Feb 19, 2026
1 parent 35a6362 commit d54cb26
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 307 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,11 @@ public void setVerified() {
public void setUnverified() {
this.isVerified = false;
}

/**
* Setter for total donations. This method is used to update the total donations when a new donation is made.
*/
public void setTotalDonations(int amount) {
this.totalDonations += amount;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
307 changes: 0 additions & 307 deletions helpmehelpapplication/target/classes/tempClassDiagram.puml

This file was deleted.

0 comments on commit d54cb26

Please sign in to comment.