Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-38867] Since tag for #2582.
  • Loading branch information
jglick committed Nov 29, 2016
1 parent a05d942 commit 9ecc77b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -66,6 +66,7 @@ public abstract class TransientActionFactory<T> implements ExtensionPoint {
* <p>If an API defines a abstract {@link Action} subtype and you are providing a concrete implementation,
* you may return the API type here to delay class loading.
* @return a bound for the result of {@link #createFor}
* @since 2.34
*/
public /* abstract */ Class<? extends Action> actionType() {
return Action.class;
Expand Down

0 comments on commit 9ecc77b

Please sign in to comment.