Skip to content

Commit

Permalink
Merge pull request #7814 from machi1990/fix/typo-reactive-datasource
Browse files Browse the repository at this point in the history
refactor: fix typo in reactive datasource config
  • Loading branch information
gsmet authored Mar 12, 2020
2 parents 0614dc5 + c6b677c commit 1d466da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class DataSourceReactiveBuildTimeConfig {

/**
* If we create a JDBC datasource for this datasource.
* If we create a Reactive datasource for this datasource.
*/
@ConfigItem(name = ConfigItem.PARENT, defaultValue = "true")
public boolean enabled;
Expand Down

0 comments on commit 1d466da

Please sign in to comment.