BAEL-3777: Fixed formatting
This commit is contained in:
parent
783e5d9b72
commit
eec738467d
|
@ -28,7 +28,6 @@ public class CliOrderController{
|
||||||
|
|
||||||
public void deleteProduct(UUID orderId, UUID productId) {
|
public void deleteProduct(UUID orderId, UUID productId) {
|
||||||
orderService.deleteProduct(orderId, productId);
|
orderService.deleteProduct(orderId, productId);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void completeOrder(UUID orderId) {
|
public void completeOrder(UUID orderId) {
|
||||||
|
|
Loading…
Reference in New Issue