Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jan 14, 2015
1 parent 0e84b87 commit dfa4a00
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -162,8 +162,7 @@ public String getUrl() {
public URL getURL() {
try {
return new URI(url).toURL();
}
catch (MalformedURLException | URISyntaxException e) {
} catch (MalformedURLException | URISyntaxException e) {
throw Throwables.propagate(e);
}
}
Expand Down

0 comments on commit dfa4a00

Please sign in to comment.