Skip to content
Snippets Groups Projects
Commit c36b5aef authored by Julien Lopez's avatar Julien Lopez
Browse files

Typo

parent 3550ebb8
Branches
No related tags found
No related merge requests found
...@@ -243,7 +243,6 @@ public final class QIRInterface { ...@@ -243,7 +243,6 @@ public final class QIRInterface {
} }
static final QIRNode execute(final String program) { static final QIRNode execute(final String program) {
final Env env = RContext.getInstance().getEnv(); final Env env = RContext.getInstance().getEnv();
final PolyglotEngine vm = PolyglotEngine.newBuilder().config(RRuntime.R_APP_MIME, "REngine", null).setIn(env.in()).setOut(env.out()).build(); final PolyglotEngine vm = PolyglotEngine.newBuilder().config(RRuntime.R_APP_MIME, "REngine", null).setIn(env.in()).setOut(env.out()).build();
final Source source = Source.newBuilder(program).name("mySrc").mimeType(RRuntime.R_APP_MIME).build(); final Source source = Source.newBuilder(program).name("mySrc").mimeType(RRuntime.R_APP_MIME).build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment