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 2015/10/08 10:40:03 UTC

[5/6] camel git commit: Add missing javadoc in model

Add missing javadoc in model


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

Branch: refs/heads/camel-2.16.x
Commit: 210900760466b02598f14ec85d9dc4de15479569
Parents: f5fb251
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Oct 8 10:32:48 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Oct 8 10:42:00 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/camel/model/rest/RestsDefinition.java    | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/21090076/camel-core/src/main/java/org/apache/camel/model/rest/RestsDefinition.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/model/rest/RestsDefinition.java b/camel-core/src/main/java/org/apache/camel/model/rest/RestsDefinition.java
index b200537..ad47584 100644
--- a/camel-core/src/main/java/org/apache/camel/model/rest/RestsDefinition.java
+++ b/camel-core/src/main/java/org/apache/camel/model/rest/RestsDefinition.java
@@ -59,6 +59,9 @@ public class RestsDefinition extends OptionalIdentifiedDefinition<RestsDefinitio
         return rests;
     }
 
+    /**
+     * The rest services
+     */
     public void setRests(List<RestDefinition> rests) {
         this.rests = rests;
     }