Mercurial > hg4j
changeset 132:6778075cd2b4
Fix reference to class name in the comment
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 20:56:43 +0100 |
parents | aa1629f36482 |
children | 4a948ec83980 |
files | src/org/tmatesoft/hg/core/HgManifestCommand.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgManifestCommand.java Wed Feb 16 20:47:56 2011 +0100 +++ b/src/org/tmatesoft/hg/core/HgManifestCommand.java Wed Feb 16 20:56:43 2011 +0100 @@ -103,7 +103,7 @@ void end(Nodeid manifestRevision); } - // I'd rather let RepositoryTreeWalker implement HgManifest.Inspector directly, but this pollutes API alot + // I'd rather let HgManifestCommand implement HgManifest.Inspector directly, but this pollutes API alot private class Mediator implements HgManifest.Inspector { private PathPool pathPool; private List<FileRevision> manifestContent;