This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 29295
Collapse All | Expand All

(-)RevisionEditorSupport.java (-1 / +1 lines)
Lines 104-110 Link Here
104
        this.list = list;
104
        this.list = list;
105
        this.obj = list.getFileObject();
105
        this.obj = list.getFileObject();
106
        this.revisionItem = revisionItem;
106
        this.revisionItem = revisionItem;
107
        this.revision = revisionItem.getRevision();
107
        this.revision = revisionItem.getRevisionVCS();
108
    }
108
    }
109
    
109
    
110
    /** Getter of the file object that this support is associated with.
110
    /** Getter of the file object that this support is associated with.

Return to bug 29295