From ed12718678e0df117199cebeb77d0e15075c4214 Mon Sep 17 00:00:00 2001 From: Tommaso Fonda Date: Wed, 21 Jan 2026 11:06:48 +0100 Subject: [PATCH] Fix tutorial code snippets --- .../tutorials/validationTutorial.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/org.eclipse.emf.validation.doc/tutorials/validationTutorial.html b/doc/org.eclipse.emf.validation.doc/tutorials/validationTutorial.html index febcbcb..65bf933 100644 --- a/doc/org.eclipse.emf.validation.doc/tutorials/validationTutorial.html +++ b/doc/org.eclipse.emf.validation.doc/tutorials/validationTutorial.html @@ -152,7 +152,6 @@

Creating the Constraint Provider E <target class="Library"/> <target class="Writer"/> <target class="Book"/> - </target> </constraint> </constraints> </constraintProvider> @@ -436,7 +435,7 @@

Executing Live Validation

if (validator == null) { ILiveValidator validator = (ILiveValidator)ModelValidationService.getInstance().newValidator(EvaluationMode.LIVE); - + this.validator = validator; } ValidationDelegateClientSelector.running = true;