nacx commented on this pull request.


> @@ -573,7 +573,11 @@ static URI addHostIfMissing(URI original, URI withHost) {
          return null;
       if (original.getHost() != null)
          return original;
-      return withHost.resolve(original);
+      URI baseURI  = withHost;

Better use an inline if to avoid creating a variable just to reassign it 
immediately after.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1234#pullrequestreview-147806344

Reply via email to