14874: Fixes 'the the' typos on documentation & code comments.
[arvados.git] / sdk / java / src / main / java / org / arvados / sdk / Arvados.java
index 2b8bbee6721ffd3f47e0304d81ed4f1f2a51a7da..102c2a3c27ead04b3eef3f8664a58a116d1ce4ef 100644 (file)
@@ -459,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.");
   }
 
 }