aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-02-15 14:43:51 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-02-15 14:43:51 -0500
commitbc115531d69c1ca4f33eaa102d84604a49eec3ca (patch)
tree6af2ab9949ae5ba0da428bd8e50e4f6a596d3f1e /ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
parentde0c86d53452c93077a3c70f25247486e68863f5 (diff)
downloadJellySolutions-bc115531d69c1ca4f33eaa102d84604a49eec3ca.tar.gz
JellySolutions-bc115531d69c1ca4f33eaa102d84604a49eec3ca.tar.bz2
JellySolutions-bc115531d69c1ca4f33eaa102d84604a49eec3ca.zip
Fix Need and star FB
Diffstat (limited to 'ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java')
-rw-r--r--ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java10
1 files changed, 5 insertions, 5 deletions
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;