Fix typo in KubernetesAuthenticationOptionsBuilder.

Original pull request: gh-317.
This commit is contained in:
Nándor István Krácser
2018-10-04 17:12:13 +02:00
committed by Mark Paluch
parent 302d42d59a
commit 47172ab469

View File

@@ -68,7 +68,7 @@ public class KubernetesAuthenticationOptions {
}
/**
* @return the path of the aws authentication backend mount.
* @return the path of the kubernetes authentication backend mount.
*/
public String getPath() {
return path;