From 938805a48e08e53df8435d20ebc58e0cb0e272ba Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Thu, 7 Nov 2019 11:46:49 -0500 Subject: [PATCH] issue #346 formating comments Signed-off-by: Albert Wang --- .../test/common/AbstractIncludeRevincludeTest.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/fhir-persistence/src/test/java/com/ibm/fhir/persistence/test/common/AbstractIncludeRevincludeTest.java b/fhir-persistence/src/test/java/com/ibm/fhir/persistence/test/common/AbstractIncludeRevincludeTest.java index bcc9b6fc702..191e93f1f61 100644 --- a/fhir-persistence/src/test/java/com/ibm/fhir/persistence/test/common/AbstractIncludeRevincludeTest.java +++ b/fhir-persistence/src/test/java/com/ibm/fhir/persistence/test/common/AbstractIncludeRevincludeTest.java @@ -520,13 +520,12 @@ private void checkIncludeAndRevIncludeResources(List resources, int nu /** * This test queries page of Patient with inclusion of the referenced managing organizations. * and also requests the reverse inclusion of Observations. - *

- * It verifies: - *

    - *
  • (1) the number of patients in the result page; - *
  • (2) the returned managing organizations and observations are related to the patients of the same page; - *
  • (3) all related managing organizations are in the same page. - *
+ *

It verifies: + *

    + *
  1. the number of patients in the result page; + *
  2. the returned managing organizations and observations are related to the patients of the same page; + *
  3. all related managing organizations are in the same page. + *
* @throws Exception */ @Test