Related to issue #724 - forgot a right curly brace in Javadoc comment
This commit is contained in:
parent
7b46bca1bf
commit
8fb528c1c9
|
@ -7,7 +7,7 @@ import org.junit.Test;
|
|||
public class DomainResourceDstu2_1Test {
|
||||
/**
|
||||
* Ensuring that IDs of subtypes of DomainResource get copied when
|
||||
* the {@link org.hl7.fhir.dstu2016may.model.DomainResource#copy() method is called
|
||||
* the {@link org.hl7.fhir.dstu2016may.model.DomainResource#copy()} method is called
|
||||
*/
|
||||
@Test
|
||||
public void testPatientIdCopy() {
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.junit.Test;
|
|||
public class DomainResourceDstu3Test {
|
||||
/**
|
||||
* Ensuring that IDs of subtypes of DomainResource get copied when
|
||||
* the {@link DomainResource#copy() method is called
|
||||
* the {@link DomainResource#copy()} method is called
|
||||
*/
|
||||
@Test
|
||||
public void testPatientIdCopy() {
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.junit.Test;
|
|||
public class DomainResourceHL7_Dstu2Test {
|
||||
/**
|
||||
* Ensuring that IDs of subtypes of DomainResource get copied when
|
||||
* the {@link org.hl7.fhir.instance.model.DomainResource#copy() method is called
|
||||
* the {@link org.hl7.fhir.instance.model.DomainResource#copy()} method is called
|
||||
*/
|
||||
@Test
|
||||
public void testPatientIdCopy() {
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.junit.Test;
|
|||
public class DomainResourceR4Test {
|
||||
/**
|
||||
* Ensuring that IDs of subtypes of DomainResource get copied when
|
||||
* the {@link DomainResource#copy() method is called
|
||||
* the {@link DomainResource#copy()} method is called
|
||||
*/
|
||||
@Test
|
||||
public void testPatientIdCopy() {
|
||||
|
|
Loading…
Reference in New Issue