Skip to content

Commit d8d3f94

Browse files
authored
DATAES-836 - Fix typo in Javadoc.
Original PR: spring-projects#463
1 parent 2875c62 commit d8d3f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/annotations/DynamicTemplates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Elasticsearch dynamic templates mapping.
1313
* This annotation is handy if you prefer apply dynamic templates on fields with annotation e.g. {@link Field}
1414
* with type = FieldType.Object etc. instead of static mapping on Document via {@link Mapping} annotation.
15-
* DynamicTemplates annotation is ommited if {@link Mapping} annotation is used.
15+
* DynamicTemplates annotation is omitted if {@link Mapping} annotation is used.
1616
*
1717
* @author Petr Kukral
1818
*/

0 commit comments

Comments
 (0)