Skip to content

Commit

Permalink
Changed description to use the class name for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
parameswaranvv committed Mar 30, 2020
1 parent 808c07a commit f6a6ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void documentConfigurationProperties() throws IOException {
.addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings")
.addOverride("spring.datasource.tomcat", "Tomcat datasource specific settings")
.addOverride("spring.datasource.hikari",
"Hikari specific settings bound to an instance of HikariDataSource")
"Hikari specific settings bound to an instance of `HikariDataSource`")
.addSection("transaction").withKeyPrefixes("spring.jta", "spring.transaction").addSection("integration")
.withKeyPrefixes("spring.activemq", "spring.artemis", "spring.batch", "spring.integration",
"spring.jms", "spring.kafka", "spring.rabbitmq", "spring.hazelcast", "spring.webservices")
Expand Down

0 comments on commit f6a6ccf

Please sign in to comment.