convert tabs to spaces

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1740296 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/testing/teleporter/client/ClientSideTeleporter.java b/src/main/java/org/apache/sling/testing/teleporter/client/ClientSideTeleporter.java
index 5b65a16..846216e 100644
--- a/src/main/java/org/apache/sling/testing/teleporter/client/ClientSideTeleporter.java
+++ b/src/main/java/org/apache/sling/testing/teleporter/client/ClientSideTeleporter.java
@@ -116,14 +116,14 @@
     }
     
     /**
-	 * @param testServletPath relative path to the Sling JUnit test servlet. 
-	 *     If null, defaults to DEFAULT_TEST_SERVLET_PATH.
-	 */
-	public void setTestServletPath(String testServletPath) {
-		this.testServletPath = testServletPath == null ? DEFAULT_TEST_SERVLET_PATH : testServletPath;
-	}
+     * @param testServletPath
+     *            relative path to the Sling JUnit test servlet. If null, defaults to DEFAULT_TEST_SERVLET_PATH.
+     */
+    public void setTestServletPath(String testServletPath) {
+        this.testServletPath = testServletPath == null ? DEFAULT_TEST_SERVLET_PATH : testServletPath;
+    }
 
-	/** Define a prefix for class names that can be embedded
+    /** Define a prefix for class names that can be embedded
      *  in the test bundle if the {@link DependencyAnalyzer} thinks
      *  they should. Overridden by {@link #excludeDependencyPrefix } if
      *  any conflicts arise.