Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLainez committed Nov 29, 2023
1 parent a57a539 commit 2504d24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
import java.util.Map;
import java.util.Optional;

import javax.script.ScriptException;

import org.apache.commons.lang3.StringUtils;

import com.netflix.conductor.common.metadata.tasks.TaskDef;
Expand All @@ -34,8 +36,6 @@
import jakarta.validation.ConstraintValidatorContext;
import jakarta.validation.Payload;

import javax.script.ScriptException;

import static com.netflix.conductor.core.execution.tasks.Terminate.getTerminationStatusParameter;
import static com.netflix.conductor.core.execution.tasks.Terminate.validateInputStatus;
import static com.netflix.conductor.core.execution.tasks.Wait.DURATION_INPUT;
Expand Down

0 comments on commit 2504d24

Please sign in to comment.