Fix typos
This commit is contained in:
parent
43fb17e5d2
commit
bd74bf3cee
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue