Skip to content

Commit

Permalink
Fix at-since from PR #1788
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Aug 24, 2015
1 parent 80abb98 commit 2c0d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/PluginManager.java
Expand Up @@ -219,7 +219,7 @@ public Api getApi() {
/**
* Find all registered overrides (intended to allow overriding/adding views)
* @return List of extensions
* @since 1.626
* @since 1.627
*/
@Override
public Collection<PluginManagerStaplerOverride> getOverrides() {
Expand Down
Expand Up @@ -14,7 +14,7 @@
* In both cases, this is simply done by defining a resource or method that matches the existing one
*
* @author Sam Van Oort
* @since 1.626
* @since 1.627
*/
public abstract class PluginManagerStaplerOverride implements ExtensionPoint {

Expand Down

0 comments on commit 2c0d1a1

Please sign in to comment.