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 2020/08/23 18:52:33 UTC

[camel] 01/02: Polished

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 752511c10314cc793fcd095dd9c361844f1efe6d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Aug 23 19:41:58 2020 +0200

    Polished
---
 .../src/main/java/org/apache/camel/cluster/CamelClusterService.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/cluster/CamelClusterService.java b/core/camel-api/src/main/java/org/apache/camel/cluster/CamelClusterService.java
index 3528d2d..e833987 100644
--- a/core/camel-api/src/main/java/org/apache/camel/cluster/CamelClusterService.java
+++ b/core/camel-api/src/main/java/org/apache/camel/cluster/CamelClusterService.java
@@ -48,7 +48,6 @@ public interface CamelClusterService extends Service, CamelContextAware, IdAware
      * Release a view if it has no references.
      *
      * @param  view      the view.
-     * @throws Exception
      */
     void releaseView(CamelClusterView view) throws Exception;
 
@@ -71,7 +70,6 @@ public interface CamelClusterService extends Service, CamelContextAware, IdAware
      * Check if the service is the leader on the given namespace.
      *
      * @param  namespace the namespace.
-     * @return
      */
     boolean isLeader(String namespace);