diff options
-rw-r--r-- | src/com.example.portfolio2/com/example/portfolio2/MyDb.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/MyDb.java b/src/com.example.portfolio2/com/example/portfolio2/MyDb.java index 895d7f5..3bb188a 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/MyDb.java +++ b/src/com.example.portfolio2/com/example/portfolio2/MyDb.java @@ -1,8 +1,3 @@ -// SPDX-FileCopyrightText: <Alexander Marthin Klemensen stud-marthin@ruc.dk> -// SPDX-FileCopyrightText: <Ian Valentin Christensen stud-ianc@ruc.dk> -// SPDX-FileCopyrightText: <Zahed Noos zahed@ruc.dk> -// SPDX-License-Identifier: GPL-3.0-or-later - package com.example.portfolio2; import java.sql.Connection; @@ -12,7 +7,8 @@ import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; -class MyDB { // MyDB is all standard Database configuration that was gotten from Mads +// standard Database configuration provided at lecture +class MyDB { Connection conn = null; MyDB() { |