Skip to content

Commit

Permalink
refactor: javadoc 쓸데없는 거 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
damho committed Mar 19, 2024
1 parent 8ad7603 commit 960f47e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
public class BirthDayCouponBatchConfig {
private final JobBuilderFactory jobBuilderFactory;
private final StepBuilderFactory stepBuilderFactory;
/**
* The Sql session factory.
*/
public final SqlSessionFactory sqlSessionFactory;
private final JobLauncher jobLauncher;
private final CouponMapper couponMapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
public class UserStatusChangeBatchConfig {
private final JobBuilderFactory jobBuilderFactory;
private final StepBuilderFactory stepBuilderFactory;
/**
* The Sql session factory.
*/
public final SqlSessionFactory sqlSessionFactory;
private final JobLauncher jobLauncher;
private static final int CHUNK_SIZE = 10;
Expand Down

0 comments on commit 960f47e

Please sign in to comment.