You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/BatchConfigurationException.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class BatchConfigurationException extends RuntimeException {
29
29
privatestaticfinallongserialVersionUID = 1L;
30
30
31
31
/**
32
-
* Create an exception with the given {@Link Throwable}.
32
+
* Create an exception with the given {@link Throwable}.
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/ModularBatchConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public class ModularBatchConfiguration extends SimpleBatchConfiguration {
47
47
/**
48
48
* Creates a {@link AutomaticJobRegistrar} bean.
49
49
* @return a new instance of {@link AutomaticJobRegistrar}.
50
-
* @throws an {@link Exception} if an error occurs.
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/StepParserStepFactoryBean.java
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/AbstractJobExplorerFactoryBean.java
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,29 +37,28 @@ public abstract class AbstractJobExplorerFactoryBean implements FactoryBean<JobE
37
37
/**
38
38
* Creates a job instance data access object (DAO).
39
39
* @return a fully configured {@link JobInstanceDao} implementation.
40
-
* @throws {@code Exception} thrown if error occurs during JobInstanceDao creation.
40
+
* @throws Exception thrown if error occurs during JobInstanceDao creation.
0 commit comments