Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhrystiuk-ks committed Dec 22, 2024
1 parent 957e039 commit 7255d11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/liqp/filters/date/fuzzy/FuzzyDateParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ static class GuessingResult {
String pattern;
TemporalAccessor temporalAccessor;
}
private TemporalAccessor getTemporalAccessor(String normalized, Locale locale,
ZoneId defaultZone, Stream<String> guessingStream) {
return null;
}

private boolean haveUnrecognized(List<Part> parts) {
return parts.stream().anyMatch(p -> p.state() == Part.PartState.NEW);
Expand Down

0 comments on commit 7255d11

Please sign in to comment.