Skip to content

Commit

Permalink
Mark old EntryFetcher interface as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 22, 2016
1 parent e189517 commit 8bf2c9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* A Fetcher should not execute any GUI Operations, because it might be run in
* headless mode, but rather use the OutputPrinter for talking to the user.
*/
@Deprecated // use SearchBasedFetcher instead
public interface EntryFetcher extends ImportInspectionDialog.CallBack {

/**
Expand Down

0 comments on commit 8bf2c9b

Please sign in to comment.