Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 committed Jun 18, 2024
1 parent 061354e commit f98498b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Rql2TruffleCompilerService(engineDefinition: (Engine, Boolean), maybeClass

override def language: Set[String] = Rql2TruffleCompilerService.LANGUAGE

private val credentials = CredentialsServiceProvider(maybeClassLoader)
private val credentials = CredentialsServiceProvider(Some(originalClassLoader))

// Map of users to compiler context.
private val compilerContextCaches = new mutable.HashMap[AuthenticatedUser, CompilerContext]
Expand Down

0 comments on commit f98498b

Please sign in to comment.