Skip to content

Commit a7d8038

Browse files
Fill in since annotations (#10306)
Co-authored-by: timja <21194782+timja@users.noreply.github.com>
1 parent 1997701 commit a7d8038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/jenkins/model/details/Detail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* <li>SCM information for the build</li>
1616
* <li>who kicked the build off</li>
1717
* </ul>
18-
* @since TODO
18+
* @since 2.498
1919
*/
2020
public abstract class Detail implements ModelObject, IconSpec {
2121

core/src/main/java/jenkins/model/details/DetailFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/**
3737
* Allows you to add multiple details to an Actionable object at once.
3838
* @param <T> the type of object to add to; typically an {@link Actionable} subtype
39-
* @since TODO
39+
* @since 2.498
4040
*/
4141
public abstract class DetailFactory<T extends Actionable> implements ExtensionPoint {
4242

0 commit comments

Comments
 (0)