Skip to content

Commit

Permalink
Merge pull request #3916 from Wadeck/JENKINS-52818_add_since
Browse files Browse the repository at this point in the history
[JENKINS-52818] Add the missing @SInCE
  • Loading branch information
daniel-beck committed Feb 27, 2019
2 parents 0dfe346 + 95c2575 commit 729303a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/PersistentDescriptor.java
Expand Up @@ -8,6 +8,7 @@
* {@link Descriptor#load()} method is annotated as {@link PostConstruct} so it get automatically invoked after
* constructor and field injection.
* @author <a href="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
* @since 2.140
*/
public interface PersistentDescriptor extends Saveable {

Expand Down

0 comments on commit 729303a

Please sign in to comment.