Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante committed Oct 22, 2024
1 parent 5115743 commit ab975aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
*/
package org.hisp.dhis.tracker.imports.validation.validator.enrollment;

import static org.hisp.dhis.program.EnrollmentStatus.*;
import static org.hisp.dhis.program.EnrollmentStatus.CANCELLED;
import static org.hisp.dhis.program.EnrollmentStatus.COMPLETED;
import static org.hisp.dhis.tracker.imports.validation.ValidationCode.E1020;
import static org.hisp.dhis.tracker.imports.validation.ValidationCode.E1021;
import static org.hisp.dhis.tracker.imports.validation.ValidationCode.E1023;
Expand Down

0 comments on commit ab975aa

Please sign in to comment.