Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69C1A1171C for ; Mon, 11 Aug 2014 13:33:20 +0000 (UTC) Received: (qmail 53156 invoked by uid 500); 11 Aug 2014 13:33:20 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 53103 invoked by uid 500); 11 Aug 2014 13:33:20 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 53094 invoked by uid 99); 11 Aug 2014 13:33:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 13:33:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 11 Aug 2014 13:32:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D781623888E2; Mon, 11 Aug 2014 13:32:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1617279 - /sling/trunk/contrib/extensions/replication/core/src/main/java/org/apache/sling/replication/agent/ReplicationAgent.java Date: Mon, 11 Aug 2014 13:32:56 -0000 To: commits@sling.apache.org From: tommaso@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140811133256.D781623888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tommaso Date: Mon Aug 11 13:32:56 2014 New Revision: 1617279 URL: http://svn.apache.org/r1617279 Log: SLING-3833 - fixed javadoc Modified: sling/trunk/contrib/extensions/replication/core/src/main/java/org/apache/sling/replication/agent/ReplicationAgent.java Modified: sling/trunk/contrib/extensions/replication/core/src/main/java/org/apache/sling/replication/agent/ReplicationAgent.java URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/replication/core/src/main/java/org/apache/sling/replication/agent/ReplicationAgent.java?rev=1617279&r1=1617278&r2=1617279&view=diff ============================================================================== --- sling/trunk/contrib/extensions/replication/core/src/main/java/org/apache/sling/replication/agent/ReplicationAgent.java (original) +++ sling/trunk/contrib/extensions/replication/core/src/main/java/org/apache/sling/replication/agent/ReplicationAgent.java Mon Aug 11 13:32:56 2014 @@ -46,7 +46,7 @@ public interface ReplicationAgent { ReplicationQueue getQueue(String name) throws ReplicationQueueException; /** - * Synchronously sends a {@link ReplicationRequest} waiting for a {@link ReplicationResponse} + * sends a {@link ReplicationRequest} to this {@link org.apache.sling.replication.agent.ReplicationAgent} * * @param replicationRequest the replication request * @return a {@link ReplicationResponse}