Remove double “and” from DataSourceInitializer’s javadoc

pull/2035/head
Andy Wilkinson 10 years ago
parent 02e925cb4e
commit 9270303a9a

@ -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

Loading…
Cancel
Save