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."); } }