]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4945: Fix trivial typo in comments in MovementSortByTest.
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 22 Mar 2012 03:00:35 +0000 (20:00 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 22 Mar 2012 03:00:35 +0000 (20:00 -0700)
services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java

index e2eb645def040ef4c861e7caff17092f0c4a2600..d4886b29fc0b020d50a3e86c919c965aaa6cab2d 100644 (file)
@@ -122,7 +122,7 @@ public class MovementSortByTest extends BaseServiceTest<AbstractCommonList> {
             // Because movementNote is not currently a summary field
             // (returned in summary list items), we will need to verify
             // sort order by using the IDs provided in the summary list
-            // items to retrieve full records, amd then obtaining
+            // items to retrieve full records, and then obtaining
             // the value of that field from each of those records.
             MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
             values.add(i, movement.getMovementNote());
@@ -171,7 +171,7 @@ public class MovementSortByTest extends BaseServiceTest<AbstractCommonList> {
             // Because movementNote is not currently a summary field
             // (returned in summary list items), we will need to verify
             // sort order by using the IDs provided in the summary list
-            // items to retrieve full records, amd then obtaining
+            // items to retrieve full records, and then obtaining
             // the value of that field from each of those records.
             MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
             values.add(i, movement.getMovementNote());
@@ -218,7 +218,7 @@ public class MovementSortByTest extends BaseServiceTest<AbstractCommonList> {
             // Because movementNote is not currently a summary field
             // (returned in summary list items), we will need to verify
             // sort order by using the IDs provided in the summary list
-            // items to retrieve full records, amd then obtaining
+            // items to retrieve full records, and then obtaining
             // the value of that field from each of those records.
             MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
             values.add(i, movement.getMovementNote());
@@ -340,7 +340,7 @@ public class MovementSortByTest extends BaseServiceTest<AbstractCommonList> {
             // Because movementNote is not currently a summary field
             // (returned in summary list items), we will need to verify
             // sort order by using the IDs provided in the summary list
-            // items to retrieve full records, amd then obtaining
+            // items to retrieve full records, and then obtaining
             // the value of that field from each of those records.
             MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
             firstFieldValues.add(i, movement.getMovementNote());
@@ -391,7 +391,7 @@ public class MovementSortByTest extends BaseServiceTest<AbstractCommonList> {
             // Because movementNote is not currently a summary field
             // (returned in summary list items), we will need to verify
             // sort order by using the IDs provided in the summary list
-            // items to retrieve full records, amd then obtaining
+            // items to retrieve full records, and then obtaining
             // the value of that field from each of those records.
             MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
             firstFieldValues.add(i, movement.getLocationDate());