From 92a7350758362b7b90576a01fdf96417298e0a5c Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 09 Oct 2006 14:15:55 +0000
Subject: [PATCH] - Change the synchronization code so that the changelog server can now be used directly through the ChangelogBroker class as a client API.
---
opends/src/server/org/opends/server/synchronization/UpdateMessage.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/synchronization/UpdateMessage.java b/opends/src/server/org/opends/server/synchronization/UpdateMessage.java
index ddf53f7..b5df1ee 100644
--- a/opends/src/server/org/opends/server/synchronization/UpdateMessage.java
+++ b/opends/src/server/org/opends/server/synchronization/UpdateMessage.java
@@ -102,7 +102,7 @@
/**
* Generates an Update Message which the provided information.
*
- * @param op The operation fo which the message must be created.
+ * @param op The operation for which the message must be created.
* @param isAssured flag indicating if the operation is an assured operation.
* @return The generated message.
*/
--
Gitblit v1.10.0