taverna-scufl2-ucfpackage/src/main/java/org/apache/taverna/scufl2/ucfpackage/UCFPackage.java [472:479]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		Iterator<Object> anyOrRootIt = rootFiles.getAnyOrRootFile().iterator();
		while (anyOrRootIt.hasNext()) {
			Object anyOrRoot = anyOrRootIt.next();
			if (anyOrRoot instanceof JAXBElement)
				anyOrRoot = ((JAXBElement) anyOrRoot).getValue();
			if (!(anyOrRoot instanceof RootFile))
				continue;
			RootFile rootFileElem = (RootFile) anyOrRoot;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



taverna-scufl2-ucfpackage/src/main/java/org/apache/taverna/scufl2/ucfpackage/UCFPackage.java [557:564]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		Iterator<Object> anyOrRootIt = rootFiles.getAnyOrRootFile().iterator();
		while (anyOrRootIt.hasNext()) {
			Object anyOrRoot = anyOrRootIt.next();
			if (anyOrRoot instanceof JAXBElement)
				anyOrRoot = ((JAXBElement) anyOrRoot).getValue();
			if (!(anyOrRoot instanceof RootFile))
				continue;
			RootFile rootFileElem = (RootFile) anyOrRoot;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



