Polishing
Align JavaDoc
This commit is contained in:
@@ -41,7 +41,7 @@ public class VaultRabbitMqProperties implements VaultSecretBackend {
|
||||
private String role;
|
||||
|
||||
/**
|
||||
* RabbitMQ backend path.
|
||||
* rabbitmq backend path.
|
||||
*/
|
||||
@NotEmpty
|
||||
private String backend = "rabbitmq";
|
||||
|
||||
@@ -57,7 +57,7 @@ public class RabbitMqSecretIntegrationTests extends AbstractIntegrationTests {
|
||||
private VaultRabbitMqProperties rabbitmq = new VaultRabbitMqProperties();
|
||||
|
||||
/**
|
||||
* Initialize the mysql secret backend.
|
||||
* Initialize the rabbitmq secret backend.
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user