Skip to content

Commit

Permalink
Remove dot star import
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiers committed Nov 18, 2024
1 parent 9f8a5ff commit 9d38d38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/liqp/filters/date/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
import java.time.temporal.TemporalAccessor;
import java.time.temporal.TemporalField;
import java.time.temporal.TemporalQueries;
import java.util.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;

import static java.time.temporal.ChronoField.*;
import static java.time.temporal.ChronoField.INSTANT_SECONDS;

public class Parser {

Expand Down

0 comments on commit 9d38d38

Please sign in to comment.