Fix typos

This commit is contained in:
dotasek 2022-01-14 14:53:36 -05:00
parent 43fb17e5d2
commit bd74bf3cee
3 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
if ((packageInfo == null || !packageInfo.isExamplesPackage()) || !map.containsKey(r.getId())) {
map.put(r.getId(), new ResourceProxy(r));
} else {
System.out.println("Ingore "+r.fhirType()+"/"+r.getId()+" from package "+packageInfo.toString());
System.out.println("Ignore "+r.fhirType()+"/"+r.getId()+" from package "+packageInfo.toString());
}
if (r instanceof CodeSystem || r instanceof NamingSystem) {

View File

@ -385,7 +385,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
if ((packageInfo == null || !packageInfo.isExamplesPackage()) || !map.containsKey(r.getId())) {
map.put(r.getId(), new ResourceProxy(r));
} else {
System.out.println("Ingore "+r.fhirType()+"/"+r.getId()+" from package "+packageInfo.toString());
System.out.println("Ignore "+r.fhirType()+"/"+r.getId()+" from package "+packageInfo.toString());
}
if (r instanceof CodeSystem || r instanceof NamingSystem) {

View File

@ -631,7 +631,7 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
else
throw new FHIRException("Unsupported format for " + fn);
} else
throw new FHIRException("Encounted unsupported configured version " + version + " loading " + fn);
throw new FHIRException("Encountered unsupported configured version " + version + " loading " + fn);
s.close();
}