GitBucket
Toggle navigation
Sign in
Files
Branches
2
Releases
Issues
Pull requests
2
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab
/
RepositoryMinerForGit
Browse code
scanner.close();
master
1 parent
52802b4
commit
9aaf8f709e072a54f1ae98469cafe810a773c8ac
d-matsuura
authored
on 16 Nov 2021
Patch
Unified
Split
Showing
1 changed file
+2
-2
■
■
■
■
■
RepositoryMinerForGit/src/main/java/Main.java
Ignore Space
Show notes
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
)
{
Show line notes below