Update Dynamic.java
Original Pull Request #2357
Closes #2359
(cherry picked from commit f8ddf16c0c)
This commit is contained in:
@@ -46,7 +46,7 @@ public enum Dynamic {
|
||||
/**
|
||||
* Inherit the dynamic setting from their parent object or from the mapping type.
|
||||
*/
|
||||
INHERIT("nherit");
|
||||
INHERIT("inherit");
|
||||
|
||||
private final String mappedName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user