Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RHIT-CSSE/csse220
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonayoder committed Feb 25, 2024
2 parents 7ce4e6f + a428a39 commit 06403db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private void runApp() {
// which should sort by non-increasing age only. (decreasing or neutral)
// Then uncomment the following line to create an use an instance of it
// To sort the people.
// Collections.sort(this.people, new ByAgeComparator() );
// Collections.sort(this.people, new ByAgeOnlyComparator() );
System.out.println("After sorting by age only (oldest first): " + this.people);


Expand Down

0 comments on commit 06403db

Please sign in to comment.