fixup
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user