Skip to content

Commit 54bdcc2

Browse files
committed
Merge branch 'main' into exercise/completed
2 parents 4b74417 + c738560 commit 54bdcc2

File tree

1 file changed

+2
-2
lines changed
  • 4-0-object-oriented-programming/src/main/java/com/bobocode/flight_search/service

1 file changed

+2
-2
lines changed

4-0-object-oriented-programming/src/main/java/com/bobocode/flight_search/service/FlightService.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
/**
99
* {@link FlightService} provides an API that allows to manage flight numbers
1010
* <p>
11-
* todo: 1. Using {@link FlightDao} implement method {@link FlightService#registerFlight(String)}
12-
* todo: 2. Using {@link FlightDao} implement method {@link FlightService#searchFlights(String)}
11+
* todo: 1. Using {@link com.bobocode.flight_search.data.FlightDao} implement method {@link FlightService#registerFlight(String)}
12+
* todo: 2. Using {@link com.bobocode.flight_search.data.FlightDao} implement method {@link FlightService#searchFlights(String)}
1313
*/
1414
public class FlightService {
1515

0 commit comments

Comments
 (0)