mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Do not sort twice
This commit is contained in:
@@ -33,7 +33,6 @@ public class GithubCloneProjectDialog extends DialogWrapper {
|
||||
myRepositoryInfoHashMap.put(repo.getId(), repo);
|
||||
}
|
||||
final ArrayList<String> ids = new ArrayList<String>(myRepositoryInfoHashMap.keySet());
|
||||
Collections.sort(ids);
|
||||
myGithubCloneProjectPane.setAvailableRepos(ids);
|
||||
init();
|
||||
setOKActionEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user