Skip to content

Commit

Permalink
[JENKINS-18074] Updated comment.
Browse files Browse the repository at this point in the history
(cherry picked from commit 73706a4)
  • Loading branch information
jglick authored and olivergondza committed Sep 17, 2013
1 parent 4dccb6e commit a8e3b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/DisplayNameListener.java
Expand Up @@ -49,7 +49,7 @@ public class DisplayNameListener extends ItemListener {
* displayed.
*/
public void onCopied(Item src, Item item) {
// bug 5056825 - Display name field should be cleared when you copy a job.
// bug 5056825 - Display name field should be cleared when you copy a job within the same folder.
if(item instanceof AbstractItem && src.getParent() == item.getParent()) {
AbstractItem dest = (AbstractItem)item;
try {
Expand Down

0 comments on commit a8e3b4f

Please sign in to comment.