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 29298
Collapse All | Expand All

(-)VersioningDataNode.java (-1 / +1 lines)
Lines 266-272 Link Here
266
                if (revision != null) {
266
                if (revision != null) {
267
                    for (Iterator it = rList.iterator(); it.hasNext(); ) {
267
                    for (Iterator it = rList.iterator(); it.hasNext(); ) {
268
                        RevisionItem item = (RevisionItem) it.next();
268
                        RevisionItem item = (RevisionItem) it.next();
269
                        item.setCurrent(revision.equals(item.getRevision()));
269
                        item.setCurrent(revision.equals(item.getRevisionVCS()));
270
                    }
270
                    }
271
                }
271
                }
272
                RevisionChildren children = (RevisionChildren) getChildren();
272
                RevisionChildren children = (RevisionChildren) getChildren();

Return to bug 29298