X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fmodule%2FLazyModule.java;h=6daef2b172bd27c0c8febf7dd3359b25b4dd190e;hb=refs%2Fchanges%2F94%2F1094%2F1;hp=61d2c29288992f63ddb6ab2209a9336f86e918d8;hpb=3ccd513530bc718ef384780d3151ddbb85600986;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/module/LazyModule.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/module/LazyModule.java index 61d2c2928..6daef2b17 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/module/LazyModule.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/module/LazyModule.java @@ -152,4 +152,9 @@ public abstract class LazyModule implements Module { public CHRRuleset getRuleset(String name) { return null; } + + @Override + public String getDeprecation() { + return null; + } }