You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/02/16 08:55:34 UTC

[camel] 01/02: [Minor] Remove redundant public modifier for inner interface

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

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

commit f8a001d357ad70ae68da24341b1d3c0e2594fd4f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 16 09:54:08 2019 +0100

    [Minor] Remove redundant public modifier for inner interface
---
 .../src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java b/core/camel-api/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
index 6ac3e0f..4054617 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/RuntimeEndpointRegistry.java
@@ -28,7 +28,7 @@ public interface RuntimeEndpointRegistry extends StaticService {
     /**
      * Statistics gathered about the endpoint.
      */
-    public interface Statistic {
+    interface Statistic {
 
         /**
          * The endpoint uri