andrewgaul commented on this pull request.


> @@ -750,7 +750,10 @@ protected String buildPathStartingFromBaseDir(String... 
> pathTokens) {
     */
    private static String normalize(String path) {
       if (null != path) {
-         return path.replace("/", File.separator).replace("\\", 
File.separator);
+         if( isWindows() ) {

Checkstyle violation.

-- 
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/1029#pullrequestreview-5967112

Reply via email to