Upgrade to SI-4.2.1 and others

This commit is contained in:
Artem Bilan
2015-10-26 20:34:42 -04:00
parent 0387ab5e7b
commit 6cc1ff6542
3 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ public class DummyTwitter {
private long id;
public Tweet getTweet() {
Tweet tweet = new Tweet(++this.id,
Tweet tweet = new Tweet(++this.id, "" + this.id,
"Spring Integration is the coolest Enterprise Integration project",
new Date(),
"SomeUser",