fix report1

This commit is contained in:
Daniel
2024-10-04 16:40:14 +03:00
parent 3859f86876
commit a672d16a80

View File

@@ -169,7 +169,7 @@ public interface BorrowingService {
``` ```
**Borrowing Service Implementation** **Borrowing Service Implementation**
java ```java
public class BorrowingServiceImpl implements BorrowingService { public class BorrowingServiceImpl implements BorrowingService {
private final Notification notificationService; private final Notification notificationService;