File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed 
main/java/org/springframework/batch/core/job/builder 
test/java/org/springframework/batch/core/job/builder Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,6 @@ public void setDescription(String description) {
320320			this .description  = description ;
321321		}
322322
323- 		private  String  name ;
324323	}
325324
326325}
Original file line number Diff line number Diff line change 2323import  org .springframework .batch .core .configuration .annotation .EnableJdbcJobRepository ;
2424import  org .springframework .batch .core .job .Job ;
2525import  org .springframework .batch .core .job .JobExecution ;
26+ import  org .springframework .batch .core .job .parameters .JobParameters ;
2627import  org .springframework .batch .core .listener .JobExecutionListener ;
27- import  org .springframework .batch .core .JobParameters ;
28- 
2928import  org .springframework .batch .core .annotation .AfterJob ;
3029import  org .springframework .batch .core .annotation .BeforeJob ;
3130import  org .springframework .batch .core .configuration .annotation .EnableBatchProcessing ;
3231import  org .springframework .batch .core .launch .JobOperator ;
3332import  org .springframework .batch .core .job .SimpleJob ;
34- import  org .springframework .batch .core .launch .JobLauncher ;
3533import  org .springframework .batch .core .repository .JobRepository ;
36- import  org .springframework .batch .core .step .JobRepositorySupport ;
34+ import  org .springframework .batch .core .step .Step ;
3735import  org .springframework .batch .core .step .builder .StepBuilder ;
3836import  org .springframework .batch .repeat .RepeatStatus ;
3937import  org .springframework .context .ApplicationContext ;
Original file line number Diff line number Diff line change 1616package  org .springframework .batch .core .job .builder ;
1717
1818import  org .junit .jupiter .api .Test ;
19- import  org .springframework .batch .core .Job ;
19+ import  org .springframework .batch .core .job . Job ;
2020import  org .springframework .batch .core .job .SimpleJob ;
2121import  org .springframework .context .support .ClassPathXmlApplicationContext ;
2222
Original file line number Diff line number Diff line change 1515 */ 
1616package  org .springframework .batch .core .job .builder ;
1717
18- import  org .springframework .batch .core .StepContribution ;
1918import  org .springframework .batch .core .scope .context .ChunkContext ;
19+ import  org .springframework .batch .core .step .StepContribution ;
2020import  org .springframework .batch .core .step .tasklet .Tasklet ;
2121import  org .springframework .batch .repeat .RepeatStatus ;
2222
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments