diff --git a/README.md b/README.md index 113f058..f94a6c4 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Lender Project \ No newline at end of file +# Contacts Project diff --git a/src/main/java/Contacts1.java b/src/main/java/Contacts1.java index 8ede41d..4f2d805 100644 --- a/src/main/java/Contacts1.java +++ b/src/main/java/Contacts1.java @@ -1,11 +1,3 @@ - -/* - * NOTE : ============================================================= - * This class is written in a procedural fashion (i.e. not Object-Oriented) - * Yes, it is possible to write non-OO code using an OO language. - * ==================================================================== - */ - import java.util.Scanner;