Polish
See gh-35185
This commit is contained in:
committed by
Moritz Halbritter
parent
394fb6424c
commit
ff9fd1abeb
@@ -59,7 +59,7 @@ import org.springframework.util.StringUtils;
|
||||
/**
|
||||
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. If a single
|
||||
* job is found in the context, it will be executed by default. If multiple jobs are
|
||||
* found, launch a specific job by providing a jobName
|
||||
* found, launch a specific job by providing a jobName.
|
||||
*
|
||||
* @author Dave Syer
|
||||
* @author Jean-Pierre Bergamin
|
||||
|
||||
@@ -97,7 +97,6 @@ class JmxAutoConfigurationTests {
|
||||
"namingStrategy");
|
||||
assertThat(naming).hasFieldOrPropertyWithValue("defaultDomain", "my-test-domain");
|
||||
assertThat(naming).hasFieldOrPropertyWithValue("ensureUniqueRuntimeObjectNames", true);
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user