Skip to content

Commit

Permalink
Update ThreadRunner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Aug 17, 2021
1 parent da98e23 commit 872e10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/ThreadRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void Do(){
if (userInput == 2 || userInput == -1 ){//用户选了cancel(2)或者点击了关闭(-1)
return;
}
boolean justChangeHost = ( justChangeHost() == 1) ;//用户选了host就返回1.
boolean justChangeHost = ( userInput == 1) ;//用户选了host就返回1.
plist = new ArrayList<RunnerProducer>();

for (int i=0;i<=50;i++) {
Expand Down

0 comments on commit 872e10c

Please sign in to comment.