Polish docs

See gh-4309
This commit is contained in:
Johnny Lim
2015-10-27 13:21:26 +09:00
committed by Stephane Nicoll
parent 2431767c81
commit 396bea22b9
7 changed files with 15 additions and 17 deletions

View File

@@ -137,7 +137,7 @@ public class MixedMongoRepositoriesAutoConfigurationTests {
}
// In this one the Jpa repositories and the autoconfiguration packages overlap, so
// In this one the Jpa repositories and the auto-configuration packages overlap, so
// Mongo will try and configure the same repositories
@Configuration
@TestAutoConfigurationPackage(CityRepository.class)