Skip to content

Commit

Permalink
Add minor clarification to Lab 03 assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
100yo committed Oct 26, 2024
1 parent 3e81d41 commit a74f9ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions 03-oop-in-java-ii/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,17 +213,18 @@ public static void main(String[] args) {
src
└─ bg/sofia/uni/fmi/mjt/vehiclerent
├─ driver/
│ ├─ Driver.java
│ └─ AgeGroup.java
│ ├─ AgeGroup.java
│ └─ Driver.java
├─ exception/
│ ├─ InvalidRentingPeriodException.java
│ ├─ VehicleAlreadyRentedException.java
│ └─ VehicleNotRentedException.java
├─ vehicle/
│ ├─ FuelType.java
│ ├─ Bicycle.java
│ ├─ Car.java
│ └─ Caravan.java
│ ├─ Caravan.java
│ ├─ FuelType.java
│ └─ Vehicle.java
└─ RentalService.java
```

Expand Down

0 comments on commit a74f9ef

Please sign in to comment.