We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc0525 commit d147717Copy full SHA for d147717
mybatis-scala-core/src/main/scala/org/mybatis/scala/config/Configuration.scala
@@ -251,7 +251,7 @@ object Configuration {
251
// Pre ====================================================================
252
253
def properties(props: (String, String)*) =
254
- set(0, pre) { _.getVariables() ++= Map(props: _*) }
+ set(0, pre) { _.getVariables ++= Map(props: _*) }
255
256
def properties(props: Properties) =
257
set(1, pre) { _.getVariables ++= props }
0 commit comments