Skip to content

Commit 4955916

Browse files
committed
Rename the module to mapper-flattened for consistency.
1 parent 06f6f3c commit 4955916

16 files changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/DynamicKeyFieldMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* registered.
3838
*
3939
* Note: we anticipate that 'flattened' fields will be the only implementation of this
40-
* interface. Flattened object fields live in the 'field-flattened' module.
40+
* interface. Flattened object fields live in the 'mapper-flattened' module.
4141
*/
4242
public abstract class DynamicKeyFieldMapper extends FieldMapper {
4343

0 commit comments

Comments
 (0)