Skip warnings we can't avoid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62e8d43b5b
commit
dd6750ceb9
@ -54,7 +54,7 @@ public interface POIFSViewable
|
|||||||
* @return an Iterator; may not be null, but may have an empty
|
* @return an Iterator; may not be null, but may have an empty
|
||||||
* back end store
|
* back end store
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
public Iterator getViewableIterator();
|
public Iterator getViewableIterator();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -410,7 +410,7 @@ public class DirectoryNode
|
|||||||
* @return an Iterator; may not be null, but may have an empty
|
* @return an Iterator; may not be null, but may have an empty
|
||||||
* back end store
|
* back end store
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
public Iterator getViewableIterator()
|
public Iterator getViewableIterator()
|
||||||
{
|
{
|
||||||
List components = new ArrayList();
|
List components = new ArrayList();
|
||||||
|
Loading…
Reference in New Issue
Block a user