Mistype fix
This commit is contained in:
parent
19195dbded
commit
5063ba137f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue