#2879 - updating copyright info

This commit is contained in:
Viktor Klang 2013-01-09 01:47:48 +01:00
parent 67297b516e
commit adfeb2c1f0
480 changed files with 559 additions and 559 deletions

View file

@ -1,5 +1,5 @@
/**
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.remote.serialization
@ -52,4 +52,4 @@ class ProtobufSerializer extends Serializer {
case None throw new IllegalArgumentException("Need a protobuf message class to be able to serialize bytes using protobuf")
case Some(c) c.getDeclaredMethod("parseFrom", ARRAY_OF_BYTE_ARRAY: _*).invoke(null, bytes).asInstanceOf[Message]
}
}
}