This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 01f5ff8 Regen
01f5ff8 is described below
commit 01f5ff8e85841d9d19130eb45d58a031d48c57ac
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jul 16 14:12:06 2020 +0200
Regen
---
.../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index c3ff6d1..75dbd13 100644
---
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -12082,7 +12082,7 @@ public class StaticEndpointBuilders {
*
* @param path resourceUri
*/
- static
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
robotframework(
+ public static
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
robotframework(
String path) {
return
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.endpointBuilder("robotframework",
path);
}
@@ -12107,7 +12107,7 @@ public class StaticEndpointBuilders {
* instead of the default name
* @param path resourceUri
*/
- static
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
robotframework(
+ public static
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
robotframework(
String componentName,
String path) {
return
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.endpointBuilder(componentName,
path);