fixing crlf to lf
This commit is contained in:
parent
cc03acb3c3
commit
a3e003740a
|
@ -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"));
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue