Skip to content

Commit

Permalink
Update CarsAssemble.java (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
codereviewvideos authored Apr 2, 2024
1 parent 9f05a19 commit 9a8d93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
public class CarsAssemble {

public double productionRatePerHour(int speed) {
throw new UnsupportedOperationException("Please implement the CarsAssemble.productionRateperHour() method");
throw new UnsupportedOperationException("Please implement the CarsAssemble.productionRatePerHour() method");
}

public int workingItemsPerMinute(int speed) {
Expand Down

0 comments on commit 9a8d93c

Please sign in to comment.