Split the function

This commit is contained in:
2026-02-09 20:17:12 +09:00
parent 34b5dd928a
commit 0ff3f43a99
2 changed files with 1 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ public class DockerRunnerService {
* @param resultUid 결과물 고유 ID (입력/출력 폴더 경로에 사용)
* @return Docker 명령어 문자열 리스트 (ProcessBuilder 실행용)
*/
private List<String> cmd buildCommand(String resultUid) {
private List<String> buildCommand(String resultUid) {
log.debug("Docker 명령어 파라미터 구성 중...");
List<String> cmd = new ArrayList<>();