|
Change Return Type List<Message> to void in method public parse(filename String, msg_consumer BiConsumer<Short,Message>, batch_consumer BiConsumer<Short,MessageBatch>, tcp boolean) : void in class org.jgroups.util.Util |
From |
To |
|
Change Return Type List<Message> to void in method public parse(buf byte[], offset int, length int, msg_consumer BiConsumer<Short,Message>, batch_consumer BiConsumer<Short,MessageBatch>, tcp boolean) : void in class org.jgroups.tests.ParseMessages |
From |
To |
|
Change Return Type List<Message> to void in method public parse(buf byte[], offset int, length int, msg_consumer BiConsumer<Short,Message>, batch_consumer BiConsumer<Short,MessageBatch>, tcp boolean) : void in class org.jgroups.util.Util |
From |
To |
|
Change Return Type List<Message> to void in method public parse(in InputStream, msg_consumer BiConsumer<Short,Message>, batch_consumer BiConsumer<Short,MessageBatch>, tcp boolean) : void in class org.jgroups.tests.ParseMessages |
From |
To |