import java.io.BufferedReader;
import java.io.File;
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.junit.JGitTestUtil;
* name of the remote definition
* @param groups
* set of groups
+ * @param recommendShallow
+ * recommendation for shallowness
* @since 4.4
*/
public RepoProject(String name, String path, String revision,
/**
* Set the url of the sub repo.
*
- * @param url
+ * @param groups
+ * comma separated group list
* @return this for chaining.
* @since 4.4
*/
/**
* Sets the recommendation for shallowness.
*
+ * @param recommendShallow
+ * recommendation for shallowness
* @since 4.4
*/
public void setRecommendShallow(String recommendShallow) {