Browse Source

docs: adding messing imports

pull/2659/head
zanninso 3 months ago committed by zanninso
parent
commit
786b7b55ee
  1. 4
      subjects/java/checkpoints/time-tracker/README.md

4
subjects/java/checkpoints/time-tracker/README.md

@ -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;

Loading…
Cancel
Save