Applied checkstyle rules

This commit is contained in:
Marcin Grzejszczak
2016-08-29 12:04:21 +02:00
parent c7a44b92ae
commit bfc2172d66
86 changed files with 509 additions and 482 deletions

View File

@@ -52,6 +52,6 @@ public class BookService {
return message;
}
};
jmsTemplate.send("output", messageCreator);
this.jmsTemplate.send("output", messageCreator);
}
}