Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Align author tags.

See gh-676
Original pull request: gh-677
  • Loading branch information
mp911de committed Mar 28, 2023
1 parent fe4db76 commit 535de6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
* {@link org.springframework.boot.autoconfigure.EnableAutoConfiguration
* Auto-configuration} for Vault providing beans for the application context.
*
* @author Mark Paluch, Rastislav Zlacky
* @author Mark Paluch
* @author Rastislav Zlacky
* @since 2.0
*/
@Configuration(proxyBeanMethods = false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
/**
* Configuration for {@link VaultReactiveHealthIndicator}.
*
* @author Mark Paluch, Rastislav Zlacky
* @author Mark Paluch
* @author Rastislav Zlacky
* @since 2.0
*/
@Configuration(proxyBeanMethods = false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
/**
* Unit tests for {@link VaultHealthIndicatorAutoConfiguration}.
*
* @author Mark Paluch, Rastislav Zlacky
* @author Mark Paluch
* @author Rastislav Zlacky
*/
class VaultHealthIndicatorAutoConfigurationTests {

Expand Down

0 comments on commit 535de6b

Please sign in to comment.