Mercurial > hg4j
diff src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java @ 63:a47530a2ea12
Typo in the method name
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 18 Jan 2011 18:42:50 +0100 |
parents | b771e94a4f7c |
children | 0e499fed9b3d |
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java Tue Jan 18 18:42:01 2011 +0100 +++ b/src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java Tue Jan 18 18:42:50 2011 +0100 @@ -35,7 +35,7 @@ * Optionally, supply a collector instance that may cache (or have already cached) base revision * @param sc may be null */ - public void setBseRevisionCollector(StatusCollector sc) { + public void setBaseRevisionCollector(StatusCollector sc) { baseRevisionCollector = sc; }