Skip to content

Commit

Permalink
resolve not found: value getClass because of scala/scala#8541
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Jul 27, 2020
1 parent ba2dc75 commit d9f0866
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -177,4 +177,5 @@ class PgCompositeSupportUtils(cl: ClassLoader, emptyMembersAsNull: Boolean) {
}
}

object PgCompositeSupportUtils extends PgCompositeSupportUtils(getClass.getClassLoader, true)
object PgCompositeSupportUtils extends PgCompositeSupportUtils(
classOf[PgCompositeSupportUtils].getClassLoader, true)

0 comments on commit d9f0866

Please sign in to comment.