Skip to content

Commit

Permalink
[FIXED JENKINS-19400] Noting merge of #1055: BuildReference.HolderFac…
Browse files Browse the repository at this point in the history
…tory.
  • Loading branch information
jglick committed Jan 9, 2014
1 parent 2d8264b commit bbe36a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -69,6 +69,9 @@
<li class=rfe>
Added API class <code>SecurityListener</code> to receive login events and similar.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>)
<li class=rfe>
Option to hold lazy-loaded build references strongly, weakly, and more.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19400">issue 19400</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
6 changes: 3 additions & 3 deletions core/src/main/java/jenkins/model/lazy/BuildReference.java
Expand Up @@ -27,7 +27,7 @@
* and find things in it.
*
* @author Kohsuke Kawaguchi
* @since 1.485 (but as of TODO not a {@link SoftReference})
* @since 1.485 (but as of 1.548 not a {@link SoftReference})
*/
public final class BuildReference<R> {

Expand Down Expand Up @@ -67,7 +67,7 @@ public int hashCode() {

/**
* An abstraction of {@link Reference}.
* @since TODO
* @since 1.548
*/
public interface Holder<R> {

Expand All @@ -81,7 +81,7 @@ public interface Holder<R> {

/**
* Extensible factory for creating build references.
* @since TODO
* @since 1.548
*/
public interface HolderFactory extends ExtensionPoint {

Expand Down

0 comments on commit bbe36a5

Please sign in to comment.