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:
parent
c4fbda3310
commit
398c8028b3
|
@ -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"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue