NiteshKoushik commented on a change in pull request #172:
URL: https://github.com/apache/camel-spring-boot/pull/172#discussion_r490003798
##########
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:
I think I have already made all the changes in the below link, this link
was shared by you.
https://github.com/apache/camel-spring-boot/edit/master/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
The changes which are made in this PR are not present in the javadoc file
----------------------------------------------------------------
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]