Skip to content
Snippets Groups Projects

Code review notes fixed

Merged Tomáš Marek requested to merge 15_finalize_car_module into milestone_2
5 files
+ 11
16
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -28,7 +28,7 @@ public class CarComponentPairController {
}
/**
* Calls facade to add a component to a car.
* Calls service to add a component to a car.
*
* @param componentId Id of the component.
* @param carId Id of the car.
@@ -43,7 +43,7 @@ public class CarComponentPairController {
}
/**
* Calls facade to remove a component from a car.
* Calls service to remove a component from a car.
*
* @param componentId Id of the component.
* @param carId Id of the car.
@@ -58,7 +58,7 @@ public class CarComponentPairController {
}
/**
* Calls facade to get all components of a car.
* Calls service to get all components of a car.
*
* @param carId Id of the car.
* @return List of components.
Loading