[Docs] Fix typo in javadocs (#26556)
This commit is contained in:
parent
e16cb0e4db
commit
d00d18a36d
|
@ -32,7 +32,7 @@ import java.util.Set;
|
||||||
* All methods have been marked with an "// ES change" commentary
|
* All methods have been marked with an "// ES change" commentary
|
||||||
*
|
*
|
||||||
* In case you compare this with the original ISODateTimeFormat, make sure you use a diff
|
* In case you compare this with the original ISODateTimeFormat, make sure you use a diff
|
||||||
* call, that ignores whitespaces/tabs/indendetations like 'diff -b'
|
* call, that ignores whitespaces/tabs/indentations like 'diff -b'
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.
|
* Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.
|
||||||
|
|
Loading…
Reference in New Issue