aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/controller
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-30 16:41:24 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-30 16:41:24 -0400
commit1abdb1408159796d12ed28c73862dd8d186384f0 (patch)
tree7fbacf2f717c9b4559c893cc84777c82507cdf71 /ufund-api/src/main/java/com/ufund/api/ufundapi/controller
parent42725635e70426c4d2923c680609da8277c693ea (diff)
downloadJellySolutions-1abdb1408159796d12ed28c73862dd8d186384f0.tar.gz
JellySolutions-1abdb1408159796d12ed28c73862dd8d186384f0.tar.bz2
JellySolutions-1abdb1408159796d12ed28c73862dd8d186384f0.zip
Fixed broken tests and made them more consistent
Diffstat (limited to 'ufund-api/src/main/java/com/ufund/api/ufundapi/controller')
-rw-r--r--ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java2
1 files changed, 0 insertions, 2 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 c62bff3..d426aee 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
@@ -106,8 +106,6 @@ public class CupboardController {
*
* @param name The name parameter which contains the text used to find the {@link Need need}
*
- * @deprecated Searching should now be done client side in the future
- *
* @return ResponseEntity with array of {@link Need need} objects (may be empty) and
* HTTP status of OK<br>
* ResponseEntity with HTTP status of INTERNAL_SERVER_ERROR otherwise