Skip to content

Commit

Permalink
doc (jkube-kit/common) : fix typo in KubernetesHelper.isPodReady retu…
Browse files Browse the repository at this point in the history
…rn javadoc

`@return` tag being mistyped seems to be causing build failure on our
release pipeline.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia authored and sunix committed Jun 14, 2023
1 parent e869019 commit 060bebc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -277,7 +277,7 @@ public static boolean isPodWaiting(Pod pod) {
* Returns true if the pod is running and ready.
*
* @param pod Pod object.
* @returntrue if Pod is ready, false otherwise.
* @return true if Pod is ready, false otherwise.
*/
public static boolean isPodReady(Pod pod) {
if (!isPodRunning(pod)) {
Expand Down

0 comments on commit 060bebc

Please sign in to comment.