Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-22142] Noting merge of #1179.
  • Loading branch information
jglick committed Apr 10, 2014
1 parent e05358b commit b35f834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Fixed NPE from view new job name autocompletion since 1.553.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22142">issue 22142</a>)
<li class=rfe>
JNLP slaves are now handled through NIO-based remoting channels for better scalability.
</ul>
Expand Down
2 changes: 0 additions & 2 deletions core/src/main/java/hudson/model/ViewDescriptor.java
Expand Up @@ -26,7 +26,6 @@
import hudson.views.ListViewColumn;
import hudson.views.ListViewColumnDescriptor;
import hudson.views.ViewJobFilter;
import jenkins.model.Jenkins;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.DoNotUse;
import org.kohsuke.stapler.QueryParameter;
Expand Down Expand Up @@ -72,7 +71,6 @@ protected ViewDescriptor() {

/**
* Auto-completion for the "copy from" field in the new job page.
* @since 1.553
*/
@Restricted(DoNotUse.class)
public AutoCompletionCandidates doAutoCompleteCopyNewItemFrom(@QueryParameter final String value, @AncestorInPath ItemGroup container) {
Expand Down

0 comments on commit b35f834

Please sign in to comment.