Yair Zaslavsky has posted comments on this change.

Change subject: uutils: Extract connectionBuilder class
......................................................................


Patch Set 9:

(1 comment)

http://gerrit.ovirt.org/#/c/33479/9/backend/manager/modules/uutils/src/main/java/org/ovirt/engine/core/uutils/http/HttpURLConnectionBuilder.java
File 
backend/manager/modules/uutils/src/main/java/org/ovirt/engine/core/uutils/http/HttpURLConnectionBuilder.java:

Line 103:         this.url =
Line 104:                 new URL(url.getProtocol(),
Line 105:                         url.getHost(),
Line 106:                         url.getPort() == -1 ? url.getDefaultPort() : 
url.getPort(),
Line 107:                         new File(url.getPath(), 
relativePath).toString());
> new File(url.getPath(), relativePath).getPath()
Done
Line 108:         return this;
Line 109:     }
Line 110: 
Line 111: 


-- 
To view, visit http://gerrit.ovirt.org/33479
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I85ea4e7301b3a018b0438fff25cefad80ebd7256
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to