Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
29c2f46726
|
@ -600,7 +600,7 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
|
|||
if ((ref.isProcess() || all) && ref.getCnt() != null) {
|
||||
TimeTracker.Session tts = context.clock().start("validation");
|
||||
context.clock().milestone();
|
||||
System.out.println(" Validate " + ref);
|
||||
System.out.println(" Validate " + ref.getRef());
|
||||
|
||||
try {
|
||||
OperationOutcome outcome = validate(ref.getRef(), ref.getCnt().getFocus(), ref.getCnt().getCntType(), profiles, record);
|
||||
|
@ -1185,4 +1185,4 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue