[OLINGO-404] Allow inheritance for iterators

This commit is contained in:
Michael Bolz 2014-08-15 06:36:42 +02:00
parent b9d452740d
commit 0c82297ccc
1 changed files with 3 additions and 3 deletions

View File

@ -56,14 +56,14 @@ public class ODataEntitySetIterator<ES extends CommonODataEntitySet, E extends C
*/
private static final Logger LOG = LoggerFactory.getLogger(ODataEntitySetIterator.class);
private final CommonODataClient<?> odataClient;
protected final CommonODataClient<?> odataClient;
protected ResWrap<Entity> cached;
private final InputStream stream;
private final ODataFormat format;
private ResWrap<Entity> cached;
private ES entitySet;
private final ByteArrayOutputStream osEntitySet;