Skip to content

Commit

Permalink
[JENKINS-47573] Mark extension of class from optional dependency as o…
Browse files Browse the repository at this point in the history
…ptional
  • Loading branch information
dwnusbaum committed Oct 23, 2017
1 parent 4399f40 commit 5a7cd46
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
*
* @see Status
*/
@Extension
@Extension(optional=true)
@Restricted(NoExternalUse.class)
public class PromotionRebuildValidator extends RebuildValidator {

Expand Down

0 comments on commit 5a7cd46

Please sign in to comment.