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 2007/09/03 17:56:07 UTC

svn commit: r572373 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/FactoryFinder.java

Author: jstrachan
Date: Mon Sep  3 08:56:06 2007
New Revision: 572373

URL: http://svn.apache.org/viewvc?rev=572373&view=rev
Log:
added some more debug logging for CAMEL-134

Modified:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/FactoryFinder.java

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/FactoryFinder.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/FactoryFinder.java?rev=572373&r1=572372&r2=572373&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/FactoryFinder.java (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/FactoryFinder.java Mon Sep  3 08:56:06 2007
@@ -119,6 +119,10 @@
         return Collections.singletonList(type);
     }
 
+    public String getPath() {
+        return path;
+    }
+
     private Class newInstance(Properties properties, String propertyPrefix) throws ClassNotFoundException,
         IOException {