提交 73706a45 编写于 作者: J Jesse Glick

[JENKINS-18074] Updated comment.

上级 315bde60
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册