Skip to content

Commit

Permalink
Fix a comment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Sep 12, 2019
1 parent 3b2ecf0 commit 3471663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -263,7 +263,7 @@ public void testMapping() throws Exception {
}

/*
* Allows generating a date exactly as it would be outputed by the Elasticsearch date Helper.
* Allows formatting a date exactly as the Elasticsearch date helper would.
* This helper internally uses the JVM's timezone to format dates, so the actual output
* depends on the platform and cannot be stored as a constant string.
*/
Expand Down
Expand Up @@ -259,7 +259,7 @@ public void testMapping() throws Exception {
}

/*
* Allows generating a date exactly as it would be outputed by the Elasticsearch date Helper.
* Allows formatting a date exactly as the Elasticsearch date helper would.
* This helper internally uses the JVM's timezone to format dates, so the actual output
* depends on the platform and cannot be stored as a constant string.
*/
Expand Down

0 comments on commit 3471663

Please sign in to comment.