fix existing java doc

This commit is contained in:
Haytham Mohamed
2020-07-30 08:36:57 -05:00
parent 68da02e3a0
commit 030bbf475d

View File

@@ -29,7 +29,7 @@ public interface PodUtils {
/**
* @return A supplier of the currentPod {@link Pod}. The supplier will hold the
* currentPod {@Pod} if inside Kubernetes or false, otherwise.
* currentPod {@link Pod} if inside Kubernetes or false, otherwise.
*/
Supplier<Pod> currentPod();