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 <[email protected]> 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 [email protected].
