You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2020/10/13 09:54:49 UTC

[aries-rsa] branch master updated: Fix ref in javadoc

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b1778c  Fix ref in javadoc
2b1778c is described below

commit 2b1778c87706379f549d669b4d4c1434b44e7a7a
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Tue Oct 13 11:54:33 2020 +0200

    Fix ref in javadoc
---
 .../aries/rsa/discovery/zookeeper/PublishingEndpointListener.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discovery/zookeeper/src/main/java/org/apache/aries/rsa/discovery/zookeeper/PublishingEndpointListener.java b/discovery/zookeeper/src/main/java/org/apache/aries/rsa/discovery/zookeeper/PublishingEndpointListener.java
index d5526fc..f43975e 100644
--- a/discovery/zookeeper/src/main/java/org/apache/aries/rsa/discovery/zookeeper/PublishingEndpointListener.java
+++ b/discovery/zookeeper/src/main/java/org/apache/aries/rsa/discovery/zookeeper/PublishingEndpointListener.java
@@ -38,7 +38,7 @@ import org.osgi.service.remoteserviceadmin.RemoteConstants;
 
 /**
  * Listens for local {@link EndpointEvent}s using {@link EndpointEventListener} and old style {@link EndpointListener}
- * and publishes changes to the {@link ZooKeeperEndpointRepository}
+ * and publishes changes to the {@link ZookeeperEndpointRepository}
  */
 @SuppressWarnings("deprecation")
 @Component(service = {}, immediate = true)