Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
423:9c9c442b5f2e | 424:6437d261048a |
---|---|
200 } finally { | 200 } finally { |
201 mediator.done(); | 201 mediator.done(); |
202 } | 202 } |
203 } | 203 } |
204 | 204 |
205 /** | |
206 * @deprecated replaced with {@link HgStatusHandler} | |
207 */ | |
208 @Deprecated | |
209 public interface Handler extends HgStatusHandler{ | |
210 void handleStatus(HgStatus s); | |
211 } | |
212 | |
213 private class Mediator implements HgStatusInspector, CancelSupport { | 205 private class Mediator implements HgStatusInspector, CancelSupport { |
214 boolean needModified; | 206 boolean needModified; |
215 boolean needAdded; | 207 boolean needAdded; |
216 boolean needRemoved; | 208 boolean needRemoved; |
217 boolean needUnknown; | 209 boolean needUnknown; |