Commit 3d5f562d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #3467 from xueyumusic/typo

* pr/3467:
  Fix typo
parents 93404914 534eb29b
...@@ -26,7 +26,7 @@ import org.springframework.context.annotation.Import; ...@@ -26,7 +26,7 @@ import org.springframework.context.annotation.Import;
import org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean; import org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean;
/** /**
* Configures the {@link LocalContainerEntityManagerFactoryBean} to to scan for entity * Configures the {@link LocalContainerEntityManagerFactoryBean} to scan for entity
* classes in the classpath. This annotation provides an alternative to manually setting * classes in the classpath. This annotation provides an alternative to manually setting
* {@link LocalContainerEntityManagerFactoryBean#setPackagesToScan(String...)} and is * {@link LocalContainerEntityManagerFactoryBean#setPackagesToScan(String...)} and is
* particularly useful if you want to configure entity scanning in a type-safe way, or if * particularly useful if you want to configure entity scanning in a type-safe way, or if
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment