Skip to content

Commit

Permalink
chore :: base job parameter의 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
esperar committed Oct 7, 2023
1 parent 05d6d4e commit 30dc3aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package team.msg.common

/**
* 개발/QA 도중에 같은 Job 파라미터 값으로 배치 실행이 가능하도록 해줍니다.
* 개발/QA 도중에 같은 Job 파라미터 값으로 배치 실행이 가능하도록 version을 지정합니다.
* version은 1부터 시작합니다.
*/
open class BaseJobParameter(val version: Int) {
Expand Down

0 comments on commit 30dc3aa

Please sign in to comment.