Skip to content

Commit

Permalink
Remove Date parser from prod code
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier committed Dec 4, 2023
1 parent 71ed14f commit b32b31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import io.getunleash.UnleashContext;
import io.getunleash.Variant;
import io.getunleash.repository.UnleashEngineStateHandler;
import io.getunleash.strategy.constraints.DateParser;
import io.getunleash.util.DateParser;
import io.getunleash.util.UnleashConfig;
import java.io.BufferedReader;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.getunleash.strategy.constraints;
package io.getunleash.util;

import java.time.LocalDateTime;
import java.time.ZoneOffset;
Expand Down

0 comments on commit b32b31f

Please sign in to comment.