You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2009/02/25 12:20:02 UTC

svn commit: r747749 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java

Author: jstrachan
Date: Wed Feb 25 11:20:02 2009
New Revision: 747749

URL: http://svn.apache.org/viewvc?rev=747749&view=rev
Log:
minor promotion of method in case its required elsewhere

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java?rev=747749&r1=747748&r2=747749&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java Wed Feb 25 11:20:02 2009
@@ -80,7 +80,7 @@
         }
     }
 
-    protected void subscribeMethod(Method method, Object bean, String endpointUri, String endpointName) {
+    public void subscribeMethod(Method method, Object bean, String endpointUri, String endpointName) {
         // lets bind this method to a listener
         String injectionPointName = method.getName();
         Endpoint endpoint = getEndpointInjection(endpointUri, endpointName, injectionPointName, true);