Skip to content

Commit

Permalink
HSEARCH-3927 Fix copy/paste errors in PropertyMapping/PropertyMapping…
Browse files Browse the repository at this point in the history
…AnnotationProcessor
  • Loading branch information
yrodiere committed May 31, 2022
1 parent 777a9d1 commit 53f4fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -19,7 +19,7 @@
* Meta-annotation for annotations that apply mapping to a property.
* <p>
* Whenever an annotation meta-annotated with {@link PropertyMapping}
* is found on a type in the domain model,
* is found on a property in the domain model,
* the corresponding annotation processor will be retrieved and applied to that property.
* The processor will be passed the annotation instance through its
* {@link PropertyMappingAnnotationProcessor#process(PropertyMappingStep, Annotation, PropertyMappingAnnotationProcessorContext)} method.
Expand Down
Expand Up @@ -11,7 +11,7 @@
import org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep;

/**
* A processor for mapping annotations applied to a Java type.
* A processor for mapping annotations applied to a Java property.
* <p>
* Implementations extract information from the annotation,
* and according to that information,
Expand Down

0 comments on commit 53f4fd9

Please sign in to comment.