# HG changeset patch # User Artem Tikhomirov # Date 1313168376 -7200 # Node ID 9ef71bd26db13fae7d6651b27b3ddd1c5f61ea2f # Parent 4c3b9f679412e437b5f8e927f9534d8a89302db6 Deprecated and long-time unused HgLogCommand.Handler gone diff -r 4c3b9f679412 -r 9ef71bd26db1 src/org/tmatesoft/hg/core/HgLogCommand.java --- a/src/org/tmatesoft/hg/core/HgLogCommand.java Fri Aug 12 18:58:16 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgLogCommand.java Fri Aug 12 18:59:36 2011 +0200 @@ -278,13 +278,6 @@ /** - * @deprecated Use {@link HgChangesetHandler} instead. This interface is left temporarily for compatibility. - */ - @Deprecated() - public interface Handler extends HgChangesetHandler { - } - - /** * When {@link HgLogCommand} is executed against file, handler passed to {@link HgLogCommand#execute(HgChangesetHandler)} may optionally * implement this interface to get information about file renames. Method {@link #copy(HgFileRevision, HgFileRevision)} would * get invoked prior any changeset of the original file (if file history being followed) is reported via {@link #next(HgChangeset)}.