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=3216affb4ed0e73a5601be223638f4f1a41fb26a;hp=61d2c29288992f63ddb6ab2209a9336f86e918d8;hpb=1ec0193a5a5b8f368b03adb24acd762838ddf8ea;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; + } }