bisq/common
Steven Barclay dd6db4687c
Improve type safety of ProtoUtil.collectionToProto(Collection)
Add a Class<T> parameter to the method, in order to avoid an unchecked
cast to the Message type T. The cast was wrapped in a try-catch block,
which is useless due to erasure, so use Class.cast(..) instead.
2019-11-17 01:25:10 +00:00
..
src Improve type safety of ProtoUtil.collectionToProto(Collection) 2019-11-17 01:25:10 +00:00