shan916 / safe-rides

4 stars 0 forks source link

Document Java model classes #99

Closed shan916 closed 7 years ago

shan916 commented 7 years ago

Document the following Java classes using JavaDoc style. Each class should have a comment at the top explaining it's purpose. Each method should have a comment explaining what the params are and what the method returns.

Hint: If using IntelliJ, type /** and hit Enter to generate a comment stub.

justinmend commented 7 years ago

doing driver and vehicle class for now.

NikSorvari commented 7 years ago

Finished RideRequestDto, DriverLocation, ResponseMessage, RideRequest, RideRequestStatus, although unsure about what ResponseMessage and RideRequestDto is used for.

justinmend commented 7 years ago

Doing response message