diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-06 17:27:15 -0500 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-06 17:27:15 -0500 |
commit | 1fe3905e9d4354657d22e9dbc1a244108ab55a83 (patch) | |
tree | 1ac4c65abb17c1666752ce1533279e6cc96bbef4 /ufund-api/src/main/java/com/ufund/api/ufundapi/persistence | |
parent | 5624b60592969d8f7e7686644b9b682ceeb40362 (diff) | |
download | JellySolutions-1fe3905e9d4354657d22e9dbc1a244108ab55a83.tar.gz JellySolutions-1fe3905e9d4354657d22e9dbc1a244108ab55a83.tar.bz2 JellySolutions-1fe3905e9d4354657d22e9dbc1a244108ab55a83.zip |
Removed unused imports and fixed other warnings
Diffstat (limited to 'ufund-api/src/main/java/com/ufund/api/ufundapi/persistence')
-rw-r--r-- | ufund-api/src/main/java/com/ufund/api/ufundapi/persistence/UserFileDAO.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/persistence/UserFileDAO.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/persistence/UserFileDAO.java index 4f43f8c..dca812b 100644 --- a/ufund-api/src/main/java/com/ufund/api/ufundapi/persistence/UserFileDAO.java +++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/persistence/UserFileDAO.java @@ -99,8 +99,6 @@ public class UserFileDAO implements UserDAO { save(); if (res == null) { return user; - } else { - } return res; } |