Polishing

Align JavaDoc
This commit is contained in:
Mark Paluch
2016-07-03 13:58:28 +02:00
parent c99a689ccc
commit d267ecc0df
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ public class VaultRabbitMqProperties implements VaultSecretBackend {
private String role;
/**
* RabbitMQ backend path.
* rabbitmq backend path.
*/
@NotEmpty
private String backend = "rabbitmq";

View File

@@ -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
*/