BATCH-1169: change comment to correct name for system property

This commit is contained in:
dsyer
2009-03-23 07:18:27 +00:00
parent bf9b9c2fc2
commit 6b1e440a67

View File

@@ -18,7 +18,7 @@
<property name="dataSource" ref="dataSource" />
</bean>
<!-- Set up or detect a System property called "environment" used to construct a properties file on the classpath. The default is "hsql". -->
<!-- Set up or detect a System property called "org.springframework.batch.support.SystemPropertyInitializer.ENVIRONMENT" used to construct a properties file on the classpath. The default is "hsql". -->
<bean id="environment"
class="org.springframework.batch.support.SystemPropertyInitializer">
<property name="defaultValue" value="hsql"/>
@@ -54,4 +54,4 @@
<!--import resource="alt-data-source-context.xml" /-->
</beans>
</beans>