Skip to content

Commit

Permalink
Rename Hudson to Jenkins in JavaDoc (#8628)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSpieker committed Oct 22, 2023
1 parent 53fa102 commit 87c6732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/hudson/model/Descriptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
* to {@link Object}/{@link Class} relationship.
*
* A {@link Descriptor}/{@link Describable}
* combination is used throughout in Hudson to implement a
* combination is used throughout in Jenkins to implement a
* configuration/extensibility mechanism.
*
* <p>
Expand All @@ -117,7 +117,7 @@
* configuration of a view (what projects are in it, regular expression, etc.)
*
* <p>
* For Hudson to create such configured {@link ListView} instance, Hudson
* For Jenkins to create such configured {@link ListView} instance, Jenkins
* needs another object that captures the metadata of {@link ListView},
* and that is what a {@link Descriptor} is for. {@link ListView} class
* has a singleton descriptor, and this descriptor helps render
Expand Down

0 comments on commit 87c6732

Please sign in to comment.