Skip to content

Commit 9a8d93c

Browse files
Update CarsAssemble.java (#2765)
1 parent 9f05a19 commit 9a8d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/cars-assemble/src/main/java/CarsAssemble.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
public class CarsAssemble {
22

33
public double productionRatePerHour(int speed) {
4-
throw new UnsupportedOperationException("Please implement the CarsAssemble.productionRateperHour() method");
4+
throw new UnsupportedOperationException("Please implement the CarsAssemble.productionRatePerHour() method");
55
}
66

77
public int workingItemsPerMinute(int speed) {

0 commit comments

Comments
 (0)