Skip to content

Commit

Permalink
[feat] 수정2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiwon committed Jul 22, 2023
1 parent 9d410aa commit a053632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public HttpRes<List<CopyRes>> copyList() {
}

private List<CopyRes> getLimitedCopyRes(List<CopyRes> copyResList, int limit){
Collections.shuffle(copyResList);
// Collections.shuffle(copyResList);
int endIndex = Math.min(limit, copyResList.size());
return copyResList.subList(0,endIndex);
}
Expand Down

0 comments on commit a053632

Please sign in to comment.