Fix javadoc errors and unused imports introduced by ddd0fe25

Change-Id: I2d17115843e453c71febd4a58527effe658b48fd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-06-01 10:16:00 +02:00
parent 6ae4ed0f7d
commit 525baa1213
3 changed files with 6 additions and 5 deletions

View File

@ -50,9 +50,6 @@
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.File; import java.io.File;
import java.io.FileReader; import java.io.FileReader;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.eclipse.jgit.api.Git; import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.junit.JGitTestUtil; import org.eclipse.jgit.junit.JGitTestUtil;

View File

@ -51,7 +51,6 @@
import java.io.InputStream; import java.io.InputStream;
import java.text.MessageFormat; import java.text.MessageFormat;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import java.util.Set; import java.util.Set;

View File

@ -136,6 +136,8 @@ public void copy() throws IOException {
* name of the remote definition * name of the remote definition
* @param groups * @param groups
* set of groups * set of groups
* @param recommendShallow
* recommendation for shallowness
* @since 4.4 * @since 4.4
*/ */
public RepoProject(String name, String path, String revision, public RepoProject(String name, String path, String revision,
@ -189,7 +191,8 @@ public RepoProject setUrl(String url) {
/** /**
* Set the url of the sub repo. * Set the url of the sub repo.
* *
* @param url * @param groups
* comma separated group list
* @return this for chaining. * @return this for chaining.
* @since 4.4 * @since 4.4
*/ */
@ -297,6 +300,8 @@ public String getRecommendShallow() {
/** /**
* Sets the recommendation for shallowness. * Sets the recommendation for shallowness.
* *
* @param recommendShallow
* recommendation for shallowness
* @since 4.4 * @since 4.4
*/ */
public void setRecommendShallow(String recommendShallow) { public void setRecommendShallow(String recommendShallow) {