Fixed javadocs

This commit is contained in:
Marcin Grzejszczak
2020-03-30 16:15:30 +02:00
parent 036b2e47c6
commit 1d923ee0a1
11 changed files with 23 additions and 26 deletions

View File

@@ -31,7 +31,8 @@ public class BookService {
* Scenario for "should generate tests triggered by a method": client side: must have
* a possibility to "trigger" sending of a message to the given messageFrom server
* side: will run the method and await upon receiving message on the output
* messageFrom. Method triggers sending a message to a source
* messageFrom. Method triggers sending a message to a source.
* @param exchange - input exchange.
*/
public void returnBook(Exchange exchange) {
BookReturned bookReturned = exchange.getIn().getBody(BookReturned.class);