This warning might be coming from around line 1415 in the method:
org.geoserver.security.SecureCatalogImpl.list(Class<T>, Filter, Integer,
Integer, SortBy)

The following lines:
        return new
CloseableIteratorAdapter(Iterators.filter(filteredWrapped,
                com.google.common.base.Predicates.notNull()));

should be changed to:
        return CloseableIteratorAdapter.filter(filteredWrapped, 
                com.google.common.base.Predicates.<T> notNull());



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Code-not-closing-CloseableIterator-tp5073066p5218849.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to