2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap / LdapResponseQueue.cs
index a6eeaa288a7fe918a940164f88aa062e3b512d55..aaf6ca6de3c256443a655487f41f7db87dcf8315 100755 (executable)
@@ -54,9 +54,9 @@ namespace Novell.Directory.Ldap
                /// <summary> Merges two message queues.  It appends the current and
                /// future contents from another queue to this one.
                /// 
-               /// <p>After the operation, queue2.getMessageIDs()
+               /// After the operation, queue2.getMessageIDs()
                /// returns an empty array, and its outstanding responses
-               /// have been removed and appended to this queue</p>.
+               /// have been removed and appended to this queue.
                /// 
                /// </summary>
                /// <param name="queue2">   The queue that is merged from.  Following