We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aa9dd commit a309a15Copy full SHA for a309a15
srv/src/main/java/sap/capire/xtravels/handler/RecalculatePriceHandler.java
@@ -21,10 +21,9 @@
21
import com.sap.cds.services.handler.EventHandler;
22
import com.sap.cds.services.handler.annotations.After;
23
import com.sap.cds.services.handler.annotations.ServiceName;
24
-import org.springframework.stereotype.Component;
25
import java.math.BigDecimal;
26
import java.util.function.Function;
27
-
+import org.springframework.stereotype.Component;
28
29
// Update a Travel's TotalPrice whenever its BookingFee is modified,
30
// or when a nested Booking is deleted or its FlightPrice is modified,
0 commit comments