Skip to content

Commit

Permalink
Change package name for User/Status classes from twitter4j -> twitter…
Browse files Browse the repository at this point in the history
…4j.v1 to match changes in twitter4j-core (#114)
  • Loading branch information
cunningt authored Jul 25, 2023
1 parent 8584e4e commit 12c1371
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import org.apache.camel.salesforce.draftdto.Contact;
import org.apache.camel.builder.RouteBuilder;
import org.springframework.stereotype.Component;
import twitter4j.Status;
import twitter4j.User;
import twitter4j.v1.Status;
import twitter4j.v1.User;

@Component
public class TwitterSalesforceRoute extends RouteBuilder {
Expand Down

0 comments on commit 12c1371

Please sign in to comment.