oscerd commented on a change in pull request #172:
URL: https://github.com/apache/camel-spring-boot/pull/172#discussion_r489996578
##########
File path: docs/modules/ROOT/pages/spring-boot.adoc
##########
@@ -132,14 +132,14 @@ The component supports 157 options, which are listed
below.
| *camel.component.properties.ignore-missing-location* | Whether to silently
ignore if a location cannot be located, such as a properties file not found. |
false | Boolean
| *camel.component.properties.initial-properties* | Sets initial properties
which will be used before any locations are resolved. The option is a
java.util.Properties type. | | String
| *camel.component.properties.location* | A list of locations to load
properties. You can use comma to separate multiple locations. This option will
override any default locations and only use the locations from this option. |
| String
-| *camel.component.properties.override-properties* | Sets a special list of
override properties that take precedence and will use first, if a property
exist. The option is a java.util.Properties type. | | String
+| *camel.component.properties.override-properties* | Sets a special list of
override properties that take precedence and will use first, if a property
exists. The option is a java.util.Properties type. | | String
Review comment:
This needs to be done in the javadoc
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]