From bc115531d69c1ca4f33eaa102d84604a49eec3ca Mon Sep 17 00:00:00 2001
From: sowgro <tpoke.ferrari@gmail.com>
Date: Sat, 15 Feb 2025 14:43:51 -0500
Subject: Fix Need and star FB

---
 ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java')

diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
index b75b9ed..f8d9d52 100644
--- a/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
+++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
@@ -7,11 +7,11 @@ public class Need {
         PHYSICAL
     }
 
-    String name;
-    String[] filterAttributes;
-    GoalType type;
-    double maxGoal;
-    double current;
+    private String name;
+    private String[] filterAttributes;
+    private GoalType type;
+    private double maxGoal;
+    private double current;
 
     public Need(String name, double maxGoal, GoalType type) {
         this.name = name;
-- 
cgit v1.2.3