Skip to content

Commit

Permalink
add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhai-Yuxin committed Sep 14, 2022
1 parent 998bb6e commit efb71f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: circus.Circus

2 changes: 1 addition & 1 deletion src/main/java/circus/Circus.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static void main(String[] args) {
animalArrayList.sort(Animal.AnimalNameComparator);
printAllAnimals(animalArrayList);
System.out.println("index of Lourie after sorting is: " + animalArrayList.indexOf(Lourie));


Cage<Duck> duckCage = new Cage<>();
Duck duck = new Duck("Scrooge");
Expand Down

0 comments on commit efb71f3

Please sign in to comment.