17417: Add arm64 packages for our Golang components.
[arvados.git] / sdk / java / src / main / java / org / arvados / sdk / Arvados.java
index bef97ad58cd507c64f07713818caef623b43b9a6..102c2a3c27ead04b3eef3f8664a58a116d1ce4ef 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package org.arvados.sdk;
 
 import com.google.api.client.http.javanet.*;
@@ -87,7 +91,6 @@ public class Arvados {
       }
     }
     arvadosRootUrl = "https://" + arvadosApiHost;
-    arvadosRootUrl += (arvadosApiHost.endsWith("/")) ? "" : "/";
 
     if (hostInsecure != null) {
       arvadosApiHostInsecure = Boolean.valueOf(hostInsecure);
@@ -456,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.");
   }
 
 }