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 b179ceee7e
commit ce8ab7f83b

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;