You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/05/27 09:39:26 UTC

svn commit: r660416 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ReportingTypeConverterLoader.java

Author: ningjiang
Date: Tue May 27 00:39:26 2008
New Revision: 660416

URL: http://svn.apache.org/viewvc?rev=660416&view=rev
Log:
removed the depreacted tag from TypeMapping, since it is used by camel-maven-plugin

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

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ReportingTypeConverterLoader.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ReportingTypeConverterLoader.java?rev=660416&r1=660415&r2=660416&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ReportingTypeConverterLoader.java (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ReportingTypeConverterLoader.java Tue May 27 00:39:26 2008
@@ -65,7 +65,7 @@
     /**
      * Represents a mapping from one type (which can be null) to another
      *
-     * @deprecated not used
+     * Used by the camel-maven-plugin.
      */
     public static class TypeMapping {
         private static int counter;