comparison src/org/tmatesoft/hg/repo/HgChangelog.java @ 419:7f136a3fa671

Clean javadoc to fix obvious warnings
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 22 Mar 2012 21:36:41 +0100
parents 528b6780a8bd
children 9c9c442b5f2e
comparison
equal deleted inserted replaced
418:528b6780a8bd 419:7f136a3fa671
114 } 114 }
115 115
116 /** 116 /**
117 * Unlike regular {@link Inspector}, this one supplies changeset revision along with its parents and children according 117 * Unlike regular {@link Inspector}, this one supplies changeset revision along with its parents and children according
118 * to parent information of the revlog this inspector visits. 118 * to parent information of the revlog this inspector visits.
119 * @see HgDataFile#history(TreeInspector) 119 * @see HgDataFile#history(HgChangelog.TreeInspector)
120 * @deprecated use {@link HgChangesetTreeHandler} and HgLogCommand#execute(HgChangesetTreeHandler)} 120 * @deprecated use {@link org.tmatesoft.hg.core.HgChangesetTreeHandler} and HgLogCommand#execute(org.tmatesoft.hg.core.HgChangesetTreeHandler)}
121 */ 121 */
122 @Deprecated 122 @Deprecated
123 public interface TreeInspector { 123 public interface TreeInspector {
124 // the reason TreeInsector is in HgChangelog, not in Revlog, because despite the fact it can 124 // the reason TreeInsector is in HgChangelog, not in Revlog, because despite the fact it can
125 // be applied to any revlog, it's not meant to provide revisions of any revlog it's beeing applied to, 125 // be applied to any revlog, it's not meant to provide revisions of any revlog it's beeing applied to,