javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

Container List got null pointer when no file in container #109

Closed ibmboy19 closed 7 years ago

ibmboy19 commented 8 years ago

container.list() will get null when there's no file in it.

ferrys commented 7 years ago

Hi @ibmboy19, as of v0.9.16, when I run container.list() on an empty container, I get an empty collection, not null.

I'm going to go ahead and close this issue, but feel free to reopen it if you have more details. Thanks!