Skip to content

Commit

Permalink
docs: adding messing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zanninso authored and zanninso committed Jul 22, 2024
1 parent 5335dcc commit 786b7b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subjects/java/checkpoints/time-tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ If there is any error, the number of `hoursLogged` should be handled accordingly
### Expected Functions

```java
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;

public class ProjectTime {
private String startTime;
private String endTime;
Expand Down

0 comments on commit 786b7b5

Please sign in to comment.