You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gu...@apache.org on 2013/10/01 17:33:23 UTC

svn commit: r1528119 - /felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/queue/JobInfo.java

Author: guillaume
Date: Tue Oct  1 15:33:23 2013
New Revision: 1528119

URL: http://svn.apache.org/r1528119
Log:
Typo

Modified:
    felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/queue/JobInfo.java

Modified: felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/queue/JobInfo.java
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/queue/JobInfo.java?rev=1528119&r1=1528118&r2=1528119&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/queue/JobInfo.java (original)
+++ felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/queue/JobInfo.java Tue Oct  1 15:33:23 2013
@@ -55,7 +55,7 @@ public interface JobInfo {
     /**
      * Gets the execution duration.
      *
-     * @return the execution duration, {@literal -1} is this duration cannot be computed
+     * @return the execution duration, {@literal -1} if this duration cannot be computed
      */
     long getExecutionDuration();