Skip to content

Commit

Permalink
[JENKINS-28407] Fix up javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jun 13, 2016
1 parent cea53f3 commit d8c8132
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -740,7 +740,8 @@ public String getDisplayName() {
* Returns a human readable descripton of the type of context objects that this resolver resolves.
* @return a human readable descripton of the type of context objects that this resolver resolves.
* @throws AbstractMethodError if somebody compiled against pre-2.1.1 implementations. Use
* {@link #displayName(ContextResolver)} if you would prefer not to have to catch them.
* {@link CredentialsSelectHelper.ContextResolver#displayName(CredentialsSelectHelper.ContextResolver)}
* if you would prefer not to have to catch them.
* @since 2.1.1
*/
@NonNull
Expand All @@ -749,6 +750,7 @@ public String getDisplayName() {
/**
* Returns a human readable descripton of the type of context objects that the specified resolver resolves.
*
* @param resolver the context resolver to get the display name of.
* @return a human readable descripton of the type of context objects that the specified resolver resolves.
* @since 2.1.1
*/
Expand Down

0 comments on commit d8c8132

Please sign in to comment.