Skip to content

Commit

Permalink
Follow checkstlye
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Nov 21, 2024
1 parent 5d7cc6e commit 08b17c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@

/**
* Configure a specific {@link BeanNameGenerator} to be used when creating the repository beans.
* @return the {@link BeanNameGenerator} to be used or the base {@link BeanNameGenerator} interface to indicate context default.
* @return the {@link BeanNameGenerator} to be used
* or the base {@link BeanNameGenerator} interface to indicate context default.
* @since 3.4
*/
Class<? extends BeanNameGenerator> nameGenerator() default BeanNameGenerator.class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@

/**
* Configure a specific {@link BeanNameGenerator} to be used when creating the repository beans.
* @return the {@link BeanNameGenerator} to be used or the base {@link BeanNameGenerator} interface to indicate context default.
* @return the {@link BeanNameGenerator} to be used
* or the base {@link BeanNameGenerator} interface to indicate context default.
* @since 3.4
*/
Class<? extends BeanNameGenerator> nameGenerator() default BeanNameGenerator.class;
Expand Down

0 comments on commit 08b17c2

Please sign in to comment.