From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplOutputStream.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplOutputStream.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplOutputStream.java
index d94a8da..d97a393 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplOutputStream.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplOutputStream.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2006-2008 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS.
+ * Portions Copyright 2014-2015 ForgeRock AS.
*/
package org.opends.server.replication.service;
@@ -35,10 +35,10 @@
*/
class ReplOutputStream extends OutputStream
{
- /** The synchronization domain on which the export is done */
+ /** The synchronization domain on which the export is done. */
private final ReplicationDomain domain;
- /** The current number of entries exported */
+ /** The current number of entries exported. */
private final long numExportedEntries = 0;
/**
--
Gitblit v1.10.0