Skip to content

Commit

Permalink
Update server/src/main/java/org/elasticsearch/index/mapper/ObjectMapp…
Browse files Browse the repository at this point in the history
…er.java

Co-authored-by: Andrei Dan <[email protected]>
  • Loading branch information
felixbarny and andreidan authored Nov 4, 2024
1 parent 0aa8fd7 commit 9fc990d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import java.util.stream.Stream;

public class ObjectMapper extends Mapper {
private static final Logger logger = LogManager.getLogger(FieldMapper.class);
private static final Logger logger = LogManager.getLogger(ObjectMapper.class);
private static final DeprecationLogger deprecationLogger = DeprecationLogger.getLogger(ObjectMapper.class);
public static final FeatureFlag SUB_OBJECTS_AUTO_FEATURE_FLAG = new FeatureFlag("sub_objects_auto");

Expand Down

0 comments on commit 9fc990d

Please sign in to comment.