Fix indentation

Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b
This commit is contained in:
Stephan Bergmann 2014-10-27 15:09:02 +01:00
parent 393032d98b
commit d0a8fc24b3

View file

@ -82,10 +82,10 @@ public final class UrlToFileMapper {
} catch (UnsupportedEncodingException e) {
throw new RuntimeException(e); // should never happen
}
}
}
}
}
return buf.toString();
}
}
private UrlToFileMapper() {}
private UrlToFileMapper() {}
}