Skip to content

Commit

Permalink
Update Moving.java
Browse files Browse the repository at this point in the history
  • Loading branch information
themilkprince authored Aug 14, 2023
1 parent c84fef8 commit fc1371c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Moving.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public Moving(String filename){
BirdsBox = new ArrayList<>();
FelinesBox = new ArrayList<>();
ReptilesBox = new ArrayList<>();
MovingBoxes(filename);
movingBoxes(filename);
}

/**
Expand Down Expand Up @@ -112,6 +112,6 @@ public static void main(String[] args) {
System.out.println(reptile.getName());
}
System.out.println();
System.out.println(mover.HeadCount());
System.out.println(mover.headCount());
}
}

0 comments on commit fc1371c

Please sign in to comment.