[git] remove obsolete javadoc

This commit is contained in:
Kirill Likhodedov
2014-07-16 17:53:57 +04:00
parent 4d3abb7cfd
commit 7eb4791539
@@ -30,19 +30,12 @@ import org.jetbrains.annotations.NotNull;
import java.io.File;
/**
* @author Nadya Zabrodina
*/
public class GitCloneDialog extends CloneDvcsDialog {
public GitCloneDialog(@NotNull Project project) {
super(project, GitVcs.NAME, GitUtil.DOT_GIT);
}
/*
* We have a hack here: if http response asked for a password, then the url is at least valid and existent, and we consider
* that the test passed.
*/
protected boolean test(@NotNull String url) {
final GitLineHandlerPasswordRequestAware handler =
new GitLineHandlerPasswordRequestAware(myProject, new File("."), GitCommand.LS_REMOTE);