From 49f2ea754d93074011fb5fa84936275aaa3566ba Mon Sep 17 00:00:00 2001 From: Okafor Peace <87018599+Ladyprowess@users.noreply.github.com> Date: Sun, 8 May 2022 00:32:46 +0100 Subject: [PATCH] Make a comment more inclusive Rather than "master" use "controller" --- .../plugins/structs/describable/CustomDescribableModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jenkinsci/plugins/structs/describable/CustomDescribableModel.java b/src/main/java/org/jenkinsci/plugins/structs/describable/CustomDescribableModel.java index d068374..f54541d 100644 --- a/src/main/java/org/jenkinsci/plugins/structs/describable/CustomDescribableModel.java +++ b/src/main/java/org/jenkinsci/plugins/structs/describable/CustomDescribableModel.java @@ -49,7 +49,7 @@ * so for example {@link DescribableModel#getSoleRequiredParameter} will continue to be determined * entirely by Java reflection. * Furthermore, only those use cases (such as Pipeline and some modes of Job DSL) - * which run inside the Jenkins master and use the indicated methods will honor customizations made in this way; + * which run inside the Jenkins controller and use the indicated methods will honor customizations made in this way; * in particular, the Configuration as Code plugin currently will not, * and anything that relies on inspection of bytecode from an external process cannot. * Therefore it is best to limit usage of this API to preserving compatibility