Skip to content

Commit e124860

Browse files
committed
javadoc fix
1 parent c5fa04e commit e124860

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/fasterxml/jackson/databind/AnnotationIntrospector.java

-4
Original file line numberDiff line numberDiff line change
@@ -925,10 +925,6 @@ public Boolean hasAnyGetter(Annotated a) {
925925
* Method for efficiently figuring out which if given set of <code>Enum</code> values
926926
* have explicitly defined name. Method will overwrite entries in incoming <code>names</code>
927927
* array with explicit names found, if any, leaving other entries unmodified.
928-
*<p>
929-
* Default implementation will simply delegate to {@link #findEnumValue}, which is close
930-
* enough, although unfortunately NOT 100% equivalent (as it will also consider <code>name()</code>
931-
* to give explicit value).
932928
*
933929
* @since 2.7
934930
*/

0 commit comments

Comments
 (0)