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 Jul 16, 2018
1 parent 2ee4a96 commit 14bc4b7
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 14bc4b7

Please sign in to comment.