Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-35402] Add since to new API
  • Loading branch information
olivergondza committed Jun 19, 2016
1 parent f5777a6 commit c95dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/UpdateSite.java
Expand Up @@ -226,7 +226,7 @@ public FormValidation doVerifySignature() throws IOException {
* @param uc the {@link UpdateCenter}.
* @param dynamicLoad {@code true} if the plugin should be attempted to be dynamically loaded.
* @return the {@link UpdateCenter.InstallationJob}.
* @since 2.9
* @since 2.9, 2.7.1
*/
protected UpdateCenter.InstallationJob createInstallationJob(Plugin plugin, UpdateCenter uc, boolean dynamicLoad) {
return uc.new InstallationJob(plugin, this, Jenkins.getAuthentication(), dynamicLoad);
Expand Down

0 comments on commit c95dcc1

Please sign in to comment.