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