From 5b3bdafd9ff06ba0c1530c7b5bd4fb6d0e4a2df3 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 08 Sep 2006 12:31:39 +0000
Subject: [PATCH] Fix a build break due to several malformed Javadoc blocks (missing "/**" at the beginning or "*/" at the end).

---
 opends/tests/integration-tests-testng/src/server/org/opends/server/integration/schema/SchemaStartupTests.java           |    3 +++
 opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_binds.java      |    3 +++
 opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_modifyrdns.java |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_binds.java b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_binds.java
index 7a84deb..b9db670 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_binds.java
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_binds.java
@@ -140,6 +140,9 @@
  *                                 Test Suites.
  *  @param  logDir                 The directory for the log files that are
  *                                 generated during the Integration Tests.
+ *
+ *  @throws  Exception  If a problem occurs.
+ */
   @Parameters({ "hostname", "port", "bindDN", "bindPW", "integration_test_home", "logDir" })
   @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.frontend.FrontendRFC2251_binds.testFrontendUserBind3" })
   public void testFrontendUserBind4(String hostname, String port, String bindDN, String bindPW, String integration_test_home, String logDir) throws Exception
diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_modifyrdns.java b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_modifyrdns.java
index 7f4d58f..f60ddbe 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_modifyrdns.java
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/frontend/FrontendRFC2251_modifyrdns.java
@@ -185,6 +185,7 @@
     compareExitCode(retCode, expCode);
   }
 
+/**
  *  Modify the RDN for an existing entry to the RDN of another existing entry.
  *
  *  @param  hostname               The hostname for the server where OpenDS
diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/schema/SchemaStartupTests.java b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/schema/SchemaStartupTests.java
index 1a38762..2506de3 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/schema/SchemaStartupTests.java
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/schema/SchemaStartupTests.java
@@ -48,6 +48,9 @@
  *                                 Test Suites.
  *  @param  logDir                 The directory for the log files that are
  *                                 generated during the Integration Tests.
+ *
+ *  @throws  Exception  If a problem occurs.
+ */
   @Parameters({ "hostname", "port", "bindDN", "bindPW", "integration_test_home", "logDir" })
   @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.frontend.FrontendRFC2253_relationships.testFrontendUserRelationship10" })
   public void testSchemaStartup1(String hostname, String port, String bindDN, String bindPW, String integration_test_home, String logDir) throws Exception

--
Gitblit v1.10.0