--- old/src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheNodeSetData.java 2014-06-16 10:53:57.360982475 -0400 +++ new/src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheNodeSetData.java 2014-06-16 10:53:57.228982479 -0400 @@ -47,7 +47,7 @@ this.xi = xi; } - public Iterator iterator() { + public Iterator iterator() { // If nodefilters are set, must execute them first to create node-set if (xi.getNodeFilters() != null && !xi.getNodeFilters().isEmpty()) { return Collections.unmodifiableSet