Skip to content

Commit b479efc

Browse files
committed
fix for non-mdd languages
1 parent 961ab1a commit b479efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sugarj/AbstractBaseProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public Set<Path> compile(
7373

7474
public String getImportLocalName(IStrategoTerm decl) { return null; }
7575
public String getModulePath(IStrategoTerm decl) { return null; }
76-
public IStrategoTerm reconstructImport(String modulePath) { throw new UnsupportedOperationException(); }
76+
public IStrategoTerm reconstructImport(String modulePath) { return null; }
7777
public IStrategoTerm getImportForExport(IStrategoTerm export) { throw new UnsupportedOperationException(); }
7878

7979
/**

0 commit comments

Comments
 (0)