This commit is contained in:
Chris Beams
2010-11-11 16:37:13 -08:00
parent 0287f19fb7
commit 80f9a1404d

View File

@@ -206,7 +206,6 @@ public class Twitter4jTemplate implements TwitterOperations {
return this.search(q);
}
<<<<<<< HEAD
public Twitter getUnderlyingTwitter() {
return this.twitter;
}
@@ -260,7 +259,6 @@ public class Twitter4jTemplate implements TwitterOperations {
return tweet;
}
<<<<<<< HEAD
private Tweet buildTweetFromStatus(Status status) {
Tweet tweet = new Tweet();
tweet.setCreatedAt(status.getCreatedAt());