Commit 704b8e79 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added comments

parent 44fcf64e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -86,6 +86,10 @@ public class TDLtxValidator extends AbstractTDLtxValidator {
		    evlScriptURI, modelName , ePackage.getNsURI(), bundleId);

		evlValidator.setShowErrorDialog(false);
		//TODO: extract to optional on demand / auto validation
		//TODO: this brings all the epsilon dependencies here as well
		//-> effectively requires constraints to be installed.. shall be plugged in ideally..
		//-> check again extension point integration..
//		registerValidator(ePackage);
		initialised = true;
	}