Polishing.

Reformat code.

See gh-94.
This commit is contained in:
Mark Paluch
2017-05-25 17:43:57 +02:00
parent 04baf2cfa6
commit f78992c8fa

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016 the original author or authors.
* Copyright 2016-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -37,6 +37,7 @@ public class TokenAuthentication implements ClientAuthentication {
public TokenAuthentication(String token) {
Assert.hasText(token, "Token must not be empty");
this.token = VaultToken.of(token);
}