From c08365d6fceacc6ea07eb16f9c460e8a28e76c91 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Mon, 7 Oct 2024 19:36:03 +0200 Subject: [PATCH] fix: phrasing Signed-off-by: Chris Laprun --- .../operatorsdk/deployment/AddClusterRolesDecorator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddClusterRolesDecorator.java b/core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddClusterRolesDecorator.java index 77c10406..76b9eff4 100644 --- a/core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddClusterRolesDecorator.java +++ b/core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddClusterRolesDecorator.java @@ -152,7 +152,7 @@ private static Set getClusterRolePolicyRulesFromDependentResources(Q } catch (Exception e) { ignore = true; log.warn(" Ignoring dependent " + dependentResourceClass.getName() - + " because it couldn't be instantiated as it doesn't provide a no-arg constructor, preventing its group and plural to be determined."); + + " because it couldn't be instantiated as it doesn't provide a no-arg constructor, preventing its group and plural from being determined."); } }