Mistype fix

This commit is contained in:
Nikita Marshalkin 2017-02-04 15:26:54 +03:00
parent 19195dbded
commit 5063ba137f

View file

@ -71,7 +71,7 @@ public class ByteBufferSerializerDocTest {
* Produces an object from a `ByteBuffer`, with an optional type-hint;
* the class should be loaded using ActorSystem.dynamicAccess.
*/
void fromBinary(ByteBuffer buf, String manifest);
Object fromBinary(ByteBuffer buf, String manifest);
}
//#ByteBufferSerializer-interface
}