Skip to content

Duplicate declaration of indentifying type for repository. #2812

Closed
@junghoon-vans

Description

@junghoon-vans

Duplicate indentifyingType declaration in ElasticsearchRepositoryConfigExtension.java.
It looks like we can remove one from that syntax.

@Override
protected Collection<Class<?>> getIdentifyingTypes() {
  return Arrays.asList(ElasticsearchRepository.class, ElasticsearchRepository.class); // Remove one or the other
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions