Skip to content

Commit

Permalink
Update src/main/java/org/jvnet/hudson/test/RealJenkinsRuleInit.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Glick <[email protected]>
  • Loading branch information
jtnord and jglick authored Jun 7, 2024
1 parent ffd3c1e commit 91ecb5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Plugin for use by {@link RealJenkinsRule}.
* <p>
* <stong>NOTE</strong>: this and only this class is added into a dynamically generated plugin, see {@link PluginUtils#createRealJenkinsRulePlugin(java.io.File, String)}.
* <strong>NOTE</strong>: this and only this class is added into a dynamically generated plugin, see {@link PluginUtils#createRealJenkinsRulePlugin(java.io.File, String)}.
* In order for this to occur correctly there need to be no inner classes or other code dependencies here (except what can be loaded by reflection).
*/
@Restricted(NoExternalUse.class)
Expand Down

0 comments on commit 91ecb5e

Please sign in to comment.