Skip to content

Commit

Permalink
Comment out new Scala API
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu authored Dec 21, 2023
1 parent 0562904 commit 0332731
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public CleanroomScriptEngineManager(ClassLoader loader) {
}

private void initialize() {
/*
var scala = new Scripted.Factory();
for (String name : scala.getNames()) {
this.registerEngineName(name, scala);
Expand All @@ -26,6 +27,7 @@ private void initialize() {
for (String ext : scala.getExtensions()) {
this.registerEngineExtension(ext, scala);
}
*/
var js = new NashornScriptEngineFactory();
for (String name : js.getNames()) {
this.registerEngineName(name, js);
Expand Down

0 comments on commit 0332731

Please sign in to comment.