17417: Add arm64 packages for our Golang components.
[arvados.git] / sdk / java / src / main / java / org / arvados / sdk / Arvados.java
index 031be97514e8f5bc933f9311bc348b02d60b51b0..102c2a3c27ead04b3eef3f8664a58a116d1ce4ef 100644 (file)
@@ -91,7 +91,6 @@ public class Arvados {
       }
     }
     arvadosRootUrl = "https://" + arvadosApiHost;
-    arvadosRootUrl += (arvadosApiHost.endsWith("/")) ? "" : "/";
 
     if (hostInsecure != null) {
       arvadosApiHostInsecure = Boolean.valueOf(hostInsecure);
@@ -460,7 +459,7 @@ public class Arvados {
 
   public static void main(String[] args){
     System.out.println("Welcome to Arvados Java SDK.");
-    System.out.println("Please refer to http://doc.arvados.org/sdk/java/index.html to get started with the the SDK.");
+    System.out.println("Please refer to http://doc.arvados.org/sdk/java/index.html to get started with the SDK.");
   }
 
 }