Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] Add javadoc tag
  • Loading branch information
stephenc committed Jul 5, 2017
1 parent fa005fa commit 9cefea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/jenkins/scm/api/trait/SCMTrait.java
Expand Up @@ -92,6 +92,7 @@ public static <T extends SCMTrait<?>> ArrayList<T> asSetList(@CheckForNull Itera
* Converts the supplied instance and list of {@link SCMTrait} instances into a list where there is at most one
* instance of each trait.
*
* @param first an entry to prepend to the list (will displace any duplicates in the list)
* @param list the list to apply the constraint to.
* @param <T> type of {@link SCMTrait}.
* @return a new list that contains the first instance of any type of trait in the supplied list.
Expand Down

0 comments on commit 9cefea3

Please sign in to comment.