From b5e19bd6673e03a4d754212310a20723dcbee1ae Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 28 Nov 2016 14:05:21 +0000
Subject: [PATCH] javadoc formatting

---
 opendj-server-legacy/src/main/java/org/opends/server/discovery/ServiceDiscoveryMechanism.java |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/discovery/ServiceDiscoveryMechanism.java b/opendj-server-legacy/src/main/java/org/opends/server/discovery/ServiceDiscoveryMechanism.java
index 40df954..dfb2637 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/discovery/ServiceDiscoveryMechanism.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/discovery/ServiceDiscoveryMechanism.java
@@ -81,12 +81,15 @@
   void deregisterChangeListener(ServiceDiscoveryChangeListener listener);
 
   /**
-   * Returns the list of partitions.
-   * Each @see Partition will only contain servers that are known to expose the provided list of base DNs.
-   * An empty list of base DNs will result in all partitions and all servers being returned.
-   * In other words, an empty list of base DNs implies that all servers contain exactly the same base DNs.
+   * Returns the partitions.
+   * <p>
+   * Each {@link Partition} will only contain servers that are known to expose the provided list of
+   * base DNs. An empty list of base DNs will result in all partitions and all servers being
+   * returned. In other words, an empty list of base DNs implies that all servers contain exactly
+   * the same base DNs.
    *
-   * @param baseDNs the baseDNs for which to retrieve the partitions
+   * @param baseDNs
+   *          the baseDNs for which to retrieve the partitions
    * @return the partitions that can serve the provided base DNs
    */
   Set<Partition> getPartitions(Collection<DN> baseDNs);

--
Gitblit v1.10.0