From 7d53b833855828157b2ca9ca592e95e0e43ec88f Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Mon, 02 Oct 2006 20:13:51 +0000
Subject: [PATCH] Fix comments.

---
 opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java
index 4a3e0db..f749c00 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java
@@ -41,7 +41,7 @@
 
 
 /**
- * Tests invocation of the backup and restore tasks, but does not aim to
+ * Tests invocation of the import and export tasks, but does not aim to
  * thoroughly test the underlying backend implementations.
  */
 public class TestImportAndExport extends TasksTestCase
@@ -129,7 +129,7 @@
   public Object[][] createData() throws Exception
   {
     return new Object[][] {
-         // A fairly simple valid import task.
+         // A fairly simple, valid import task.
          {
               TestCaseUtils.makeEntry(
                    "dn: ds-task-id=" + UUID.randomUUID() +
@@ -148,7 +148,7 @@
               ),
               TaskState.COMPLETED_SUCCESSFULLY
          },
-         // A complex valid import task.
+         // A complex, valid import task.
          {
               TestCaseUtils.makeEntry(
                    "dn: ds-task-id=" + UUID.randomUUID() +

--
Gitblit v1.10.0