Skip to content

Commit

Permalink
YEL-214 [feat] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjeongs committed Feb 29, 2024
1 parent a5f02fb commit 82547af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class ChunkWriter {
@Bean
@StepScope
public ItemWriter<User> lunchEventWriter() {

return items -> items.forEach(notificationService::sendLunchEventNotification);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public void lunchEventRunJob() {
JobParameters jobParameters = new JobParametersBuilder()
.addString("uuid", UUID.randomUUID().toString())
.toJobParameters();
System.out.println("hye!!!!!!!!!!!!");

try {
jobLauncher.run(jobConfiguration.lunchEventJob(jobRepository, transactionManager), jobParameters);
Expand Down

0 comments on commit 82547af

Please sign in to comment.