Author: davsclaus
Date: Thu Jul  3 23:33:08 2008
New Revision: 673917

URL: http://svn.apache.org/viewvc?rev=673917&view=rev
Log:
CAMEL-662: Removed System.out

Modified:
    
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ErrorHandlerBuilderRef.java
   (contents, props changed)

Modified: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ErrorHandlerBuilderRef.java
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ErrorHandlerBuilderRef.java?rev=673917&r1=673916&r2=673917&view=diff
==============================================================================
--- 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ErrorHandlerBuilderRef.java
 (original)
+++ 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ErrorHandlerBuilderRef.java
 Thu Jul  3 23:33:08 2008
@@ -1,5 +1,4 @@
 /**
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -27,7 +26,7 @@
 /**
  * Represents a proxy to an error handler builder which is resolved by named 
reference
  * 
- * @version $Revision: 1.1 $
+ * @version $Revision$
  */
 public class ErrorHandlerBuilderRef extends ErrorHandlerBuilderSupport {
     private final String ref;
@@ -51,7 +50,6 @@
 
     public Processor createErrorHandler(RouteContext routeContext, Processor 
processor) throws Exception {
         if (handler == null) {
-            System.out.println("Looking up error handler: " + ref);
             handler = routeContext.lookup(ref, ErrorHandlerBuilder.class);
             ObjectHelper.notNull(handler, "error handler '" + ref + "'");
             List<ExceptionType> list = getExceptions();

Propchange: 
activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ErrorHandlerBuilderRef.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date


Reply via email to