Merge pull request #22260 from marnikitta/master

Mistype fix in Artery java documentation
This commit is contained in:
Patrik Nordwall 2017-02-05 19:39:34 -07:00 committed by GitHub
commit 4aabf22771

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
}