Skip to content

Commit

Permalink
Fixed javadoc linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky White committed Jul 12, 2021
1 parent 25a5b9d commit c9cdd39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class VaultConfiguration extends GlobalConfiguration {
public static final String DEFAULT_TLD = "com";

/**
* Calls {@link hudson.ExtensionList#lookupSingleton(VaultConfiguration.class)}
* Calls hudson.ExtensionList#lookupSingleton(VaultConfiguration.class)
* to get the singleton instance of this class which is how the Jenkins
* documentation recommends that it be accessed.
*
Expand Down

0 comments on commit c9cdd39

Please sign in to comment.