Remove duplicate words

Closes gh-5731
This commit is contained in:
Johnny Lim
2016-04-19 10:36:38 +09:00
committed by Stephane Nicoll
parent 6ebc8d213d
commit 61b47079a4
4 changed files with 4 additions and 4 deletions

View File

@@ -754,7 +754,7 @@ content into your application; rather pick only the properties that you need.
spring.jta.narayana.recovery-jms-user= # JMS username to be used by recovery manager.
spring.jta.narayana.recovery-modules= # Comma-separated list of recovery modules.
spring.jta.narayana.transaction-manager-id=1 # Unique transaction manager id.
spring.jta.narayana.xa-resource-orphan-filters= # Comma-separated list of of orphan filters.
spring.jta.narayana.xa-resource-orphan-filters= # Comma-separated list of orphan filters.
# EMBEDDED MONGODB ({sc-spring-boot-autoconfigure}/mongo/embedded/EmbeddedMongoProperties.{sc-ext}[EmbeddedMongoProperties])
spring.mongodb.embedded.features=SYNC_DELAY # Comma-separated list of features to enable.