Skip to content

Commit 83d0784

Browse files
committed
Apply formatter
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 26ae6d4 commit 83d0784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/datasource/runtime/src/main/java/io/quarkus/datasource/runtime/DataSourcesBuildTimeConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public interface DataSourcesBuildTimeConfig {
4141
* <p>
4242
* This is a global setting and is not specific to a datasource.
4343
* <p>
44-
* NOTE: This is different from the <code>quarkus.datasource."datasource name".jdbc.metrics.enabled</code> property that needs to be set on the JDBC datasource level to
44+
* NOTE: This is different from the <code>quarkus.datasource."datasource name".jdbc.metrics.enabled</code> property that
45+
* needs to be set on the JDBC datasource level to
4546
* enable collection of metrics for that datasource.
4647
*/
4748
@WithName("metrics.enabled")

0 commit comments

Comments
 (0)