Skip to content

Commit

Permalink
Replace reference to ui-samples-plugin with design-library in javadoc (
Browse files Browse the repository at this point in the history
…#8909)

ui-samples-plugin is suspended and has been replaced with design-library:

> Plugin distribution has been suspended, see https://groups.google.com/g/jenkinsci-dev/c/2vGn3t9gZ0Y for details.
https://plugins.jenkins.io/ui-samples-plugin/

jenkinsci/design-library-plugin#14
  • Loading branch information
froque committed Jan 28, 2024
1 parent c414546 commit c32f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/util/ProgressiveRendering.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* <li>As results become available, call {@link #progress}.
* <li>Make {@link #data} produce whatever JSON you want to send to the page to be displayed.
* </ol>
* {@code ui-samples-plugin} demonstrates all this.
* {@code design-library} demonstrates all this.
* @since 1.484
*/
public abstract class ProgressiveRendering {
Expand Down

0 comments on commit c32f4df

Please sign in to comment.