We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c44501 commit f0ce569Copy full SHA for f0ce569
1 file changed
carRentalSystem/src/main/java/com/lld/carRentalSystem/entities/billingDetails/Payment.java
@@ -4,7 +4,7 @@ public class Payment {
4
5
/**
6
* Method to perform bill payment
7
- * @param bill
+ * @param bill {@link Bill}
8
*/
9
public void payBill(Bill bill) {
10
// Perform payment process
0 commit comments