This commit is contained in:
setoguchi
2017-09-25 14:50:53 +09:00
committed by Glenn Renfro
parent ae4eabc960
commit f8cc4918d9

View File

@@ -105,7 +105,7 @@ public abstract class AbstractBatchConfiguration implements ImportAware {
this.configurer = configurer;
return configurer;
} else {
throw new IllegalStateException("To use the default BatchConfigurer the context must contain no more than" +
throw new IllegalStateException("To use the default BatchConfigurer the context must contain no more than " +
"one DataSource, found " + dataSources.size());
}
}