Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Urmi Mustafi committed Oct 5, 2023
1 parent b35aaa1 commit 0be9d59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

public class FlowTriggerHandlerTest {
long eventToRevisit = 123000L;
long eventToTrigger = 456000L;
long minimumLingerDurationMillis = 2000L;
String cronExpression = FlowTriggerHandler.createCronFromDelayPeriod(minimumLingerDurationMillis);
String cronExpressionSuffix = truncateFirstTwoFieldsOfCronExpression(cronExpression);
Expand Down

0 comments on commit 0be9d59

Please sign in to comment.