Related to issue #724 - forgot a right curly brace in Javadoc comment

This commit is contained in:
Clayton Bodendein 2017-09-04 10:48:37 -05:00
parent 7b46bca1bf
commit 8fb528c1c9
4 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -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() {

View File

@ -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() {

View File

@ -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() {