> @@ -49,11 +53,17 @@ public void endElement(String uri, String name, String 
> qName) {
>        } else if (qName.equals("FileType")) {
>           currentType = FileType.fromValue(currentText.toString().trim());
>        } else if (qName.equals("Filename")) {
> +         currentFileName = currentText.toString().trim();
> +         if (currentFileName.equals(""))
> +            currentFileName = null;
> +      } else if (qName.equals("Name")) {
>           currentName = currentText.toString().trim();

Where is `currentName` used now, actually?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/465/files#r16132115

Reply via email to