You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/10/14 21:15:32 UTC

svn commit: r1022661 - /camel/trunk/camel-core/src/main/java/org/apache/camel/util/Time.java

Author: davsclaus
Date: Thu Oct 14 19:15:32 2010
New Revision: 1022661

URL: http://svn.apache.org/viewvc?rev=1022661&view=rev
Log:
Removed @deprecation because camel-bam uses the Time.

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

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/util/Time.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/util/Time.java?rev=1022661&r1=1022660&r2=1022661&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/util/Time.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/util/Time.java Thu Oct 14 19:15:32 2010
@@ -23,9 +23,7 @@ import java.util.concurrent.TimeUnit;
  * A helper class for working with times in various units
  * 
  * @version $Revision$
- * @deprecated will be removed in Camel 2.5
  */
-@Deprecated
 public class Time {
     private long number;
     private TimeUnit timeUnit = TimeUnit.MILLISECONDS;