OpenSearch/x-pack/license-tools/src
Ryan Ernst 7800b4fa91
Core: Abstract DateMathParser in an interface (#33905)
This commits creates a DateMathParser interface, which is already
implemented for both joda and java time. While currently the java time
DateMathParser is not used, this change will allow a followup which will
create a DateMathParser from a DateFormatter, so the caller does not
need to know the internals of the DateFormatter they have.
2018-09-26 07:56:25 -07:00
..
main/java/org/elasticsearch/license/licensor Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
test Core: Abstract DateMathParser in an interface (#33905) 2018-09-26 07:56:25 -07:00