Skip to content
Snippets Groups Projects
Commit 67725d0a authored by Etienne Kneuss's avatar Etienne Kneuss Committed by Philippe Suter
Browse files

Fix type error

parent e782ef6f
No related branches found
No related tags found
No related merge requests found
...@@ -342,7 +342,7 @@ object CodeGeneration { ...@@ -342,7 +342,7 @@ object CodeGeneration {
} }
locally { locally {
val pem = cf.addMethod("[java/lang/Object;", "productElements") val pem = cf.addMethod("[Ljava/lang/Object;", "productElements")
pem.setFlags(( pem.setFlags((
METHOD_ACC_PUBLIC | METHOD_ACC_PUBLIC |
METHOD_ACC_FINAL METHOD_ACC_FINAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment