undoing inadvertent comment changes

This commit is contained in:
Ken Stevens 2019-01-09 11:42:29 -05:00 committed by James Agnew
parent 5671ca88ca
commit cdf1cd9144
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ import java.util.List;
* 0. execute 'clean' test
* 1. Execute the 'createPatient' test
* 2. Update the patient id static variable
* 3. Execute the 'sendSubscription' test
* 3. Execute the 'createSubscription' test
* 4. Update the subscription id static variable
* 5. Execute the 'attachWebSocket' test
* 6. Execute the 'sendObservation' test

View File

@ -41,7 +41,7 @@ import static org.junit.Assert.assertThat;
* <p>
* To execute the following test, execute it the following way:
* 0. execute 'clean' test
* 1. Execute the 'sendSubscription' test
* 1. Execute the 'createSubscription' test
* 2. Update the subscription id in the 'attachWebSocket' test
* 3. Execute the 'attachWebSocket' test
* 4. Execute the 'sendObservation' test

View File

@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
* 0. execute 'clean' test
* 1. Execute the 'createPatient' test
* 2. Update the patient id static variable
* 3. Execute the 'sendSubscription' test
* 3. Execute the 'createSubscription' test
* 4. Update the subscription id static variable
* 5. Execute the 'attachWebSocket' test
* 6. Execute the 'sendObservation' test

View File

@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
* 0. execute 'clean' test
* 1. Execute the 'createPatient' test
* 2. Update the patient id static variable
* 3. Execute the 'sendSubscription' test
* 3. Execute the 'createSubscription' test
* 4. Update the subscription id static variable
* 5. Execute the 'attachWebSocket' test
* 6. Execute the 'sendObservation' test