Description
1. any code that depends on the queue should depend on java.util.Queue<T> rather than TaskQueue.
2. either remove the TaskQueue or make it extends java.util.Queue
- it means SimpleTaskQueue should extends a Queue implementation (or implement all method of a Queue)
Attachments
Attachments
Issue Links
- is related to
-
DROIDS-58 Implement a filter mechanism that allow intecepting every stage of a crawling process
- Open