mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Remove commented out code
This commit is contained in:
parent
f19bcea82f
commit
84914aa5c8
@ -304,8 +304,7 @@ fun propertiesForSerializationFromSetters(
|
||||
throw NotSerializableException("Defined setter for parameter ${property.value.field?.name} " +
|
||||
"takes too many arguments")
|
||||
}
|
||||
|
||||
//val setterType = setter.parameterTypes[0]!!
|
||||
|
||||
val setterType = setter.genericParameterTypes[0]!!
|
||||
|
||||
if ((property.value.field != null) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user