Skip to content

Commit

Permalink
Fix version typo (#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim authored Jul 18, 2023
1 parent bd90929 commit d5c8ecc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public Enum<?> findDefaultEnumValue(Class<Enum<?>> enumCls) {
*
* @param annotatedClass The Enum class to scan for the default value annotation.
* @return null if none found or it's not possible to determine one.
* @since 2.17
* @since 2.16
*/
@Override // since 2.16
public Enum<?> findDefaultEnumValue(AnnotatedClass annotatedClass, Enum<?>[] enumValues) {
Expand Down

0 comments on commit d5c8ecc

Please sign in to comment.