Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgStatusCommand.java @ 424:6437d261048a
Deprecated code removed
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 28 Mar 2012 15:42:15 +0200 |
parents | 9c9c442b5f2e |
children | 31a89587eb04 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgStatusCommand.java Fri Mar 23 22:51:18 2012 +0100 +++ b/src/org/tmatesoft/hg/core/HgStatusCommand.java Wed Mar 28 15:42:15 2012 +0200 @@ -202,14 +202,6 @@ } } - /** - * @deprecated replaced with {@link HgStatusHandler} - */ - @Deprecated - public interface Handler extends HgStatusHandler{ - void handleStatus(HgStatus s); - } - private class Mediator implements HgStatusInspector, CancelSupport { boolean needModified; boolean needAdded;