Skip to content

Commit

Permalink
Resolve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Jan 23, 2025
1 parent aeb2a3c commit e74d360
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
import org.jetbrains.annotations.NotNull;

import java.util.Map;
import java.util.Optional;

/**
* Creates three activities in a chain of anchors, then deletes one.
* If `whichToDelete` is negative, this leaves all three activities.
*/
@SchedulingProcedure
public record ActivityDeletionGoal(int whichToDelete, DeletedAnchorStrategy anchorStrategy) implements Goal {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package gov.nasa.jpl.aerie.e2e.procedural.scheduling;

import com.microsoft.playwright.Playwright;
import gov.nasa.jpl.aerie.e2e.types.GoalInvocationId;
import gov.nasa.jpl.aerie.e2e.utils.GatewayRequests;
import gov.nasa.jpl.aerie.e2e.utils.HasuraRequests;
import org.junit.jupiter.api.AfterAll;
Expand Down

0 comments on commit e74d360

Please sign in to comment.