516517518519520521522523524525526527
boolean isNotEmpty = false; for( String childIdentifier : childIdentifiers ) { FileType childTap = (FileType) createTapFor( schemaDef, childIdentifier ); isNotEmpty |= childTap.getSize( config ) != 0; } return isNotEmpty; }