From 6638c2755466ca601450700d5a39f390f23d4781 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 23 Mar 2015 14:44:05 +0000
Subject: [PATCH] AutoRefactored javadocs

---
 opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java b/opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
index bc42504..911758a 100644
--- a/opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
+++ b/opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
@@ -139,9 +139,11 @@
   private MessageFactory messageFactorySOAP_1_2;
   private String contentType;
 
-  // this extends the default handler of SAX parser. It helps to retrieve the
-  // requestID value when the xml request is malformed and thus unparsable
-  // using SOAP or JAXB.
+  /**
+   * This extends the default handler of SAX parser. It helps to retrieve the
+   * requestID value when the xml request is malformed and thus unparsable
+   * using SOAP or JAXB.
+   */
   private DSMLContentHandler contentHandler;
 
   private String hostName;
@@ -814,7 +816,7 @@
    */
   private static class DSMLContentHandler extends DefaultHandler {
     private String requestID;
-    /*
+    /**
      * This function fetches the requestID value of the batchRequest xml
      * element and call the default implementation (super).
      */

--
Gitblit v1.10.0