Skip to content

Commit

Permalink
Merge pull request #74 from bkiers/feature/73-set-custom-locale
Browse files Browse the repository at this point in the history
Made Date public
  • Loading branch information
bkiers authored Jan 30, 2018
2 parents d8a0c8d + 30decdc commit 597c876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/liqp/filters/Date.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.util.Locale;
import java.util.Set;

class Date extends Filter {
public class Date extends Filter {

private static Locale locale = Locale.ENGLISH;
private static Set<String> datePatterns = new HashSet<String>();
Expand Down

0 comments on commit 597c876

Please sign in to comment.