scanner.close();
1 parent 52802b4 commit 9aaf8f709e072a54f1ae98469cafe810a773c8ac
d-matsuura authored on 16 Nov 2021
Showing 1 changed file
View
4
RepositoryMinerForGit/src/main/java/Main.java
System.out.println("正しい値を入力してください。");
}
} while (selectFlag[1] != 1);
selectGit(selectNum[1], repoUrl);
 
scanner.close();
}
 
// レポジトリの選択処理
public static String selectRepo(Integer selectNum) {