diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2025-03-30 14:12:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-30 14:12:41 -0400 |
commit | 0c793d302c5065085ff7982a68f7ed449d84d6dc (patch) | |
tree | fbbf2c808300c395caddccb0a929c7500453be84 /ufund-api | |
parent | ddbd1cc688aa98fb275ad72a750fbaaf53e6c0ae (diff) | |
parent | 3c9a9004780c0b91772fd7f868c642bdadb60348 (diff) | |
download | JellySolutions-0c793d302c5065085ff7982a68f7ed449d84d6dc.tar.gz JellySolutions-0c793d302c5065085ff7982a68f7ed449d84d6dc.tar.bz2 JellySolutions-0c793d302c5065085ff7982a68f7ed449d84d6dc.zip |
Merge pull request #19 from RIT-SWEN-261-02/signup-page
signup-page merge
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java index 55ee457..bbfd3f6 100644 --- a/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java +++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java @@ -182,7 +182,7 @@ public class CupboardController { /** * Checks out a need by checkoutAmount * - * @param data JSON object with paramters needID and amount + * @param data JSON object with parameters needID and amount * @param key Key used to authenticate user * @return OK if successful, other statuses if failure */ |