Skip to content

Commit

Permalink
Merge: Commited changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBalunan committed Mar 12, 2026
1 parent a2438e2 commit 7cd3fc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@

public class CharityDAO {

import APICharityData;

import java.sql.*;
import java.util.List;



public class DatabaseManager {
private final String databaseURL;
private final String username;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ public class DatabaseConnection {
/**
* Constructs a new {@code DatabaseConnection} using database credentials
* retrieved from system environment variables.
* <p>
* Required environment variables:
* <ul>
* <li>{@code HMH_DB_URL}</li>
* <li>{@code HMH_DB_USERNAME}</li>
* <li>{@code HMH_DB_PASSWORD}</li>
* </ul>
* </p>
*
* @throws IllegalStateException if either databaseURL, username, or password is {@code null} or blank
*/
Expand Down

0 comments on commit 7cd3fc9

Please sign in to comment.