Apply patch for FELIX-3380.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1298937 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/handler/temporal/Temporal.java b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/handler/temporal/Temporal.java
index 0cb314c..c123cda 100644
--- a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/handler/temporal/Temporal.java
+++ b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/handler/temporal/Temporal.java
@@ -34,19 +34,19 @@
 
     /**
      * Set the dependency id.
-     * Default : empty, will use the field name.
+     * Default: empty, will use the field name.
      */
     String id() default "";
 
     /**
      * Set the LDAP filter of the dependency.
-     * Default : no filter
+     * Default: no filter
      */
     String filter() default "";
 
     /**
      * Timeout of the dependency.
-     * Default : true
+     * Default: 3000 ms.
      */
     long timeout() default 3000;