Aha! So it did matter after all.

This commit is contained in:
Florian Nücke 2015-05-26 15:23:45 +02:00
parent 78c628aed0
commit cea6eba7eb

View File

@ -112,7 +112,7 @@ private[oc] object Registry extends api.detail.DriverAPI {
memo.get(valueRef)
}
else valueRef match {
case null | None => null
case null | Unit | None => null
case arg: java.lang.Boolean => arg
case arg: java.lang.Byte => arg