Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 18331 invoked from network); 12 Oct 2009 14:04:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 14:04:42 -0000 Received: (qmail 77451 invoked by uid 500); 12 Oct 2009 14:04:42 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 77391 invoked by uid 500); 12 Oct 2009 14:04:42 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 77382 invoked by uid 99); 12 Oct 2009 14:04:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:04:42 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 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; Mon, 12 Oct 2009 14:04:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 06F6123888FE; Mon, 12 Oct 2009 14:04:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824341 - /directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/UpdateEntryRunnable.java Date: Mon, 12 Oct 2009 14:04:19 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091012140420.06F6123888FE@eris.apache.org> Author: seelmann Date: Mon Oct 12 14:04:19 2009 New Revision: 824341 URL: http://svn.apache.org/viewvc?rev=824341&view=rev Log: Forgot to change method signature Modified: directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/UpdateEntryRunnable.java Modified: directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/UpdateEntryRunnable.java URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/UpdateEntryRunnable.java?rev=824341&r1=824340&r2=824341&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/UpdateEntryRunnable.java (original) +++ directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/UpdateEntryRunnable.java Mon Oct 12 14:04:19 2009 @@ -63,7 +63,7 @@ /** * {@inheritDoc} */ - public void runNotification() + public void runNotification( StudioProgressMonitor monitor ) { EventRegistry.fireEntryUpdated( new EntryModificationEvent( entry.getBrowserConnection(), entry ), this ); }