MeltwaterArchive / datasift-java

Java client to interface with DataSift
http://www.datasift.com/
MIT License
10 stars 7 forks source link

Fix for issue 108, fix type of HistoricsQueryList #109

Closed andimiller closed 8 years ago

andimiller commented 8 years ago

Issue 108, swap HistoricsQueryList from implementing List to implementing Iterable, as ManagedSourceList does