remove deprecated ARRAY_OF_BYTE_ARRAY, #21423

This commit is contained in:
Patrik Nordwall 2017-01-19 16:18:48 +01:00
parent a9198880ce
commit 311d70b88a
2 changed files with 3 additions and 3 deletions

View file

@ -40,9 +40,6 @@ object ProtobufSerializer {
*/
class ProtobufSerializer(val system: ExtendedActorSystem) extends BaseSerializer {
@deprecated("Will be removed without replacement", "2.4")
val ARRAY_OF_BYTE_ARRAY = Array[Class[_]](classOf[Array[Byte]])
private val parsingMethodBindingRef = new AtomicReference[Map[Class[_], Method]](Map.empty)
private val toByteArrayMethodBindingRef = new AtomicReference[Map[Class[_], Method]](Map.empty)