fixing crlf to lf

This commit is contained in:
palanm 2021-02-17 14:13:37 -08:00
parent cc03acb3c3
commit a3e003740a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ public class ResourceCopyTests {
@Test
public void testCopyExtensionForEnumerationField() throws FHIRException {
// Create new Observation and set the Extension with field value without status field set .
// Create new Observation and set the Extension with field value without status field set.
Observation obs = new Observation();
obs.getStatusElement().getExtension().add(new Extension().setUrl("Sampleurl"));
obs.getStatusElement().getExtension().add(new Extension().setUrl("Sampleurl2"));

View File

@ -14,7 +14,7 @@ public class ResourceCopyTests {
@Test
public void testCopyExtensionForEnumerationField() throws FHIRException {
// Create new Observation and set the Extension with field value without status field set .
// Create new Observation and set the Extension with field value without status field set.
Observation obs = new Observation();
obs.getStatusElement().getExtension().add(new Extension().setUrl("Sampleurl"));
obs.getStatusElement().getExtension().add(new Extension().setUrl("Sampleurl2"));