You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/12/08 14:12:45 UTC

[12/16] camel git commit: Fixed invalid component json schema discovered by mvn camel:validate

Fixed invalid component json schema discovered by mvn camel:validate


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f059f9d4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f059f9d4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f059f9d4

Branch: refs/heads/camel-2.18.x
Commit: f059f9d408cfe199671d9243f9dc0d1460551210
Parents: 7258bfa
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Dec 8 14:09:42 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Dec 8 15:11:36 2016 +0100

----------------------------------------------------------------------
 .../org/apache/camel/component/aws/ec2/EC2Configuration.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f059f9d4/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
index a7cc109..c558eb0 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
@@ -36,9 +36,7 @@ public class EC2Configuration {
     private String secretKey;
     @UriParam
     private String amazonEc2Endpoint;
-    @UriParam (label = "producer", enums = "createAndRunInstances, startInstances, stopInstances, terminateInstances, "
-              + "describeInstances, describeInstancesStatus, rebootInstances, monitorInstances, unmonitorInstances, " 
-              + "createTags, deleteTags")
+    @UriParam(label = "producer")
     @Metadata(required = "true")
     private EC2Operations operation;
     @UriParam