mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-06 02:32:12 +00:00
Update Dynamic.java
Original Pull Request #2357 Closes #2359 (cherry picked from commit f8ddf16c0cb85c8a5ce1427600f083720f61c914)
This commit is contained in:
parent
cd8fabe499
commit
a1094527a9
@ -46,7 +46,7 @@ public enum Dynamic {
|
|||||||
/**
|
/**
|
||||||
* Inherit the dynamic setting from their parent object or from the mapping type.
|
* Inherit the dynamic setting from their parent object or from the mapping type.
|
||||||
*/
|
*/
|
||||||
INHERIT("nherit");
|
INHERIT("inherit");
|
||||||
|
|
||||||
private final String mappedName;
|
private final String mappedName;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user