Skip to content

Commit

Permalink
[JENKINS-45814] Fix javadoc to reflect intended purpose of class
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jul 27, 2017
1 parent e4399aa commit 22c8d12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/jenkins/branch/NoTriggerBranchProperty.java
Expand Up @@ -37,7 +37,9 @@
import org.kohsuke.stapler.DataBoundConstructor;

/**
* Suppresses builds due to {@link BranchIndexingCause}.
* Suppresses builds due to either {@link BranchIndexingCause} or {@link BranchEventCause}.
* The purpose of this property is to prevent triggering builds resulting from the <em>detection</em>
* of changes in the underlying SCM.
*/
@Restricted(NoExternalUse.class)
public class NoTriggerBranchProperty extends BranchProperty {
Expand Down

0 comments on commit 22c8d12

Please sign in to comment.