Merge branch '1.1.x'

This commit is contained in:
Andy Wilkinson 2014-11-26 10:22:06 +00:00
commit d5b7f49f83

View File

@ -35,7 +35,7 @@ import org.springframework.util.StringUtils;
/**
* Bean to handle {@link DataSource} initialization by running {@literal schema-*.sql} on
* {@link PostConstruct} and and {@literal data-*.sql} SQL scripts on a
* {@link PostConstruct} and {@literal data-*.sql} SQL scripts on a
* {@link DataSourceInitializedEvent}.
*
* @author Dave Syer