mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 23:56:55 +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 => {
|
case e : ClassNotFoundException => {
|
||||||
defCon
|
defCon
|
||||||
}
|
}
|
||||||
|
case e : NoSuchMethodException => {
|
||||||
|
defCon
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user