Remove locale provider picked up on backport

This commit removes a locale provider that was inadvertently introduced
after a merge conflict during a backport.
This commit is contained in:
Jason Tedor 2019-10-28 07:57:44 -04:00
parent c4fbda3310
commit 398c8028b3
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ final class SystemJvmOptions {
* Due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise time/date
* parsing will break in an incompatible way for some date patterns and locales.
*/
"-Djava.locale.providers=SPI,COMPAT"));
"-Djava.locale.providers=COMPAT"));
}
}