docs: adding messing imports

This commit is contained in:
zanninso 2024-07-19 17:49:18 +01:00 committed by zanninso
parent 5335dcc417
commit 786b7b55ee
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ If there is any error, the number of `hoursLogged` should be handled accordingly
### Expected Functions ### Expected Functions
```java ```java
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class ProjectTime { public class ProjectTime {
private String startTime; private String startTime;
private String endTime; private String endTime;