Skip to content

Commit

Permalink
Fixing travis build. Somehow xtend type inference mechanism works dif…
Browse files Browse the repository at this point in the history
…ferent in maven and travis. It sucks
  • Loading branch information
javierfernandes committed Dec 29, 2015
1 parent 7bfab43 commit d46dafd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class XTendUtilExtensions {
}

def static evaluator() { WollokInterpreter.getInstance.evaluator as WollokInterpreterEvaluator }
def static newException(String exceptionClassName, String message) {
def static WollokProgramExceptionWrapper newException(String exceptionClassName, String message) {
new WollokProgramExceptionWrapper(evaluator.newInstance(exceptionClassName, message.javaToWollok))
}

Expand Down

0 comments on commit d46dafd

Please sign in to comment.