X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fmodule%2FLazyModule.java;h=6daef2b172bd27c0c8febf7dd3359b25b4dd190e;hp=61d2c29288992f63ddb6ab2209a9336f86e918d8;hb=4e753de3df98d5411f8329205c0e03f2e13e3c1d;hpb=3ccd513530bc718ef384780d3151ddbb85600986 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; + } }