Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 9641 invoked from network); 17 Feb 2009 14:30:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 14:30:36 -0000 Received: (qmail 10537 invoked by uid 500); 17 Feb 2009 14:30:36 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 10479 invoked by uid 500); 17 Feb 2009 14:30:36 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 10470 invoked by uid 99); 17 Feb 2009 14:30:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 06:30:36 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 14:30:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E33D72388882; Tue, 17 Feb 2009 14:30:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r745098 - /continuum/trunk/continuum-api/src/main/java/org/apache/continuum/taskqueue/manager/TaskQueueManager.java Date: Tue, 17 Feb 2009 14:30:12 -0000 To: commits@continuum.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090217143012.E33D72388882@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Tue Feb 17 14:30:12 2009 New Revision: 745098 URL: http://svn.apache.org/viewvc?rev=745098&view=rev Log: Fix compilation error Modified: continuum/trunk/continuum-api/src/main/java/org/apache/continuum/taskqueue/manager/TaskQueueManager.java Modified: continuum/trunk/continuum-api/src/main/java/org/apache/continuum/taskqueue/manager/TaskQueueManager.java URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-api/src/main/java/org/apache/continuum/taskqueue/manager/TaskQueueManager.java?rev=745098&r1=745097&r2=745098&view=diff ============================================================================== --- continuum/trunk/continuum-api/src/main/java/org/apache/continuum/taskqueue/manager/TaskQueueManager.java (original) +++ continuum/trunk/continuum-api/src/main/java/org/apache/continuum/taskqueue/manager/TaskQueueManager.java Tue Feb 17 14:30:12 2009 @@ -77,7 +77,7 @@ boolean releaseInProgress() throws TaskQueueManagerException; - boolean removeFromDistributedBuildQueue( int projectGroupId, String scmRootAddress ) + void removeFromDistributedBuildQueue( int projectGroupId, String scmRootAddress ) throws TaskQueueManagerException; /**