You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/09 20:19:46 UTC

[archiva-redback-components-spring-taskqueue] 26/37: generics

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-taskqueue.git

commit 7ea4707cb10b629664771cdb4a98cde258afba07
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Dec 10 01:22:13 2013 +0000

    generics
    
    git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1549729 13f79535-47bb-0310-9956-ffa450edef68
---
 .../archiva/redback/components/taskqueue/TaskViabilityEvaluator.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/archiva/redback/components/taskqueue/TaskViabilityEvaluator.java b/src/main/java/org/apache/archiva/redback/components/taskqueue/TaskViabilityEvaluator.java
index 801b994..edf2236 100644
--- a/src/main/java/org/apache/archiva/redback/components/taskqueue/TaskViabilityEvaluator.java
+++ b/src/main/java/org/apache/archiva/redback/components/taskqueue/TaskViabilityEvaluator.java
@@ -34,6 +34,6 @@ public interface TaskViabilityEvaluator
      * @return Returns a list of tasks to remove from the queue.
      * @throws TaskQueueException
      */
-    Collection<Task> evaluate( Collection tasks )
+    Collection<Task> evaluate( Collection<Task> tasks )
         throws TaskQueueException;
 }

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.