Skip to content

Commit f8ddf16

Browse files
authored
Update Dynamic.java
Original Pull Request #2357 Closes #2359
1 parent f79a801 commit f8ddf16

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/annotations

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public enum Dynamic {
4646
/**
4747
* Inherit the dynamic setting from their parent object or from the mapping type.
4848
*/
49-
INHERIT("nherit");
49+
INHERIT("inherit");
5050

5151
private final String mappedName;
5252

0 commit comments

Comments
 (0)