Polishing
Reformat code See gh-370.
This commit is contained in:
@@ -18,7 +18,8 @@ package org.springframework.cloud.vault.config;
|
||||
|
||||
/**
|
||||
* Strategy interface to create {@link SecretBackendMetadata} from
|
||||
* {@link VaultSecretBackendDescriptor} properties. Mainly for internal use within the framework.
|
||||
* {@link VaultSecretBackendDescriptor} properties. Mainly for internal use within the
|
||||
* framework.
|
||||
*
|
||||
* <p>
|
||||
* Classes implementing this interface must implement
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
package org.springframework.cloud.vault.config;
|
||||
|
||||
/**
|
||||
* Interface to be implemented by objects that describe a Vault secret backend.
|
||||
* Mainly for internal use within the framework.
|
||||
* Interface to be implemented by objects that describe a Vault secret backend. Mainly for
|
||||
* internal use within the framework.
|
||||
*
|
||||
* <p>
|
||||
* Typically used by {@link SecretBackendMetadataFactory} to provide path and
|
||||
|
||||
Reference in New Issue
Block a user