mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-20 22:31:33 +02:00
scala:Fix bug when companion class does not have apply() method, scala message pack throws exception.
This commit is contained in:
@@ -87,6 +87,9 @@ import scala.collection.JavaConverters._
|
||||
case e : ClassNotFoundException => {
|
||||
defCon
|
||||
}
|
||||
case e : NoSuchMethodException => {
|
||||
defCon
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user