mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[junit] CompositeEValidator - added operationCanceledManager to the copy method
This commit is contained in:
parent
ad3004f88f
commit
208bc7624e
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ public class CompositeEValidator implements EValidator {
|
|||
CompositeEValidator result = new CompositeEValidator();
|
||||
result.equalitySupportProvider = this.equalitySupportProvider;
|
||||
result.useEObjectValidator = this.useEObjectValidator;
|
||||
result.operationCanceledManager = this.operationCanceledManager;
|
||||
if (this.contents != null) {
|
||||
result.contents = Lists.newArrayList(this.contents);
|
||||
this.contents = null;
|
||||
|
|
Loading…
Reference in a new issue