Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgIncomingCommand.java @ 205:ffc5f6d59f7e
HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 28 Apr 2011 02:00:42 +0200 |
parents | 706bcc7cfee4 |
children | ef8eba4aa215 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgIncomingCommand.java Tue Apr 26 23:58:15 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgIncomingCommand.java Thu Apr 28 02:00:42 2011 +0200 @@ -124,7 +124,7 @@ * @throws HgException * @throws CancelledException */ - public void executeFull(final HgLogCommand.Handler handler) throws HgException, CancelledException { + public void executeFull(final HgChangesetHandler handler) throws HgException, CancelledException { if (handler == null) { throw new IllegalArgumentException("Delegate can't be null"); }