Update CarServiceSingleton.java

This commit is contained in:
Daniel Gerigk 2022-05-19 09:28:25 +02:00 committed by GitHub
parent f8ce248236
commit b51605d954
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class CarServiceSingleton {
serviceQueue--;
LOG.info("Car service for {} is completed - serviceQueue: {}", car, serviceQueue);
return serviceQueue;
}
private void simulateService(Car car) {