aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-02-15 15:36:44 -0500
committerGunther6070 <haydenhartman10@yahoo.com>2025-02-15 15:36:44 -0500
commitbe5def3f16a12863e65e49609989a370d5b5f703 (patch)
treecd054e2eec5d5a54b34c65423e0c88c095d5186c /ufund-api
parent4731166fba5a007dd5d62ab020e725d5e5706426 (diff)
downloadJellySolutions-be5def3f16a12863e65e49609989a370d5b5f703.tar.gz
JellySolutions-be5def3f16a12863e65e49609989a370d5b5f703.tar.bz2
JellySolutions-be5def3f16a12863e65e49609989a370d5b5f703.zip
Updated comment wording
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/src/main/java/com/ufund/api/ufundapi/CupboardDAO.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/CupboardDAO.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/CupboardDAO.java
index 65a6656..4e67cf7 100644
--- a/ufund-api/src/main/java/com/ufund/api/ufundapi/CupboardDAO.java
+++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/CupboardDAO.java
@@ -18,7 +18,7 @@ public interface CupboardDAO {
Need[] getNeeds() throws IOException;
/**
- * Finds all {@linkplain Hero heroes} whose name contains the given text
+ * Finds all {@linkplain Need needs} whose name contains the given text
*
* @param containsText The text to match against
*
@@ -44,7 +44,7 @@ public interface CupboardDAO {
/**
* Creates and saves a {@linkplain Need need}
*
- * @param hero {@linkplain Need need} object to be created and saved
+ * @param need {@linkplain Need need} object to be created and saved
* <br>
* The id of the need object is automatically incremented.
*