From 9248f37e43a08de474f1138a7943244d84aeba53 Mon Sep 17 00:00:00 2001 From: Kevin Sanchez Date: Thu, 16 Feb 2023 18:48:01 -0500 Subject: [PATCH 1/4] Update ParticipationList.java --- ParticipationList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..0261635 100644 --- a/ParticipationList.java +++ b/ParticipationList.java @@ -28,6 +28,7 @@ public static void main(String[] args) { students.add(new Student("Morgan","Moncur")); students.add(new Student("Danielle","David")); students.add(new Student("Nick", "Kolodij")); + students.add(new Student("Kevin", "Sanchez")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From aa84fc24a901f2c817a5b943cead6d6c18f83f2f Mon Sep 17 00:00:00 2001 From: Kevin Sanchez Date: Thu, 16 Feb 2023 18:48:20 -0500 Subject: [PATCH 2/4] Revert "Update ParticipationList.java" This reverts commit 9248f37e43a08de474f1138a7943244d84aeba53. --- ParticipationList.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ParticipationList.java b/ParticipationList.java index 0261635..3c567d8 100644 --- a/ParticipationList.java +++ b/ParticipationList.java @@ -28,7 +28,6 @@ public static void main(String[] args) { students.add(new Student("Morgan","Moncur")); students.add(new Student("Danielle","David")); students.add(new Student("Nick", "Kolodij")); - students.add(new Student("Kevin", "Sanchez")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From 1b5b4b5e0be40e37e8b0152bf2030e59712cb800 Mon Sep 17 00:00:00 2001 From: Kevin Sanchez Date: Thu, 16 Feb 2023 18:51:24 -0500 Subject: [PATCH 3/4] Update ParticipationList.java Added new student with my first and last name. --- ParticipationList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..e0ce3a2 100644 --- a/ParticipationList.java +++ b/ParticipationList.java @@ -28,6 +28,7 @@ public static void main(String[] args) { students.add(new Student("Morgan","Moncur")); students.add(new Student("Danielle","David")); students.add(new Student("Nick", "Kolodij")); + students.add(new Student("Kevin", "Sanchez Pacheco")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From e5cf2a9a250b98c12bb851afc45e1d79b652f1ff Mon Sep 17 00:00:00 2001 From: Kevin Sanchez Date: Thu, 16 Feb 2023 18:54:48 -0500 Subject: [PATCH 4/4] Create KevinSanchezPacheco.txt Added a Txt file with first and last name. --- Students/KevinSanchezPacheco.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Students/KevinSanchezPacheco.txt diff --git a/Students/KevinSanchezPacheco.txt b/Students/KevinSanchezPacheco.txt new file mode 100644 index 0000000..e69de29