Skip to content

Commit b292838

Browse files
committed
Fix naming
1 parent 2e220d1 commit b292838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/TwitterRestClientUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class TwitterRestClientUsage {
88
public void getPublicTimeline() {
9-
ExampleRestClient.get("statuses/public_timeline.json", null, new JsonHttpResponseHandler() {
9+
TwitterRestClient.get("statuses/public_timeline.json", null, new JsonHttpResponseHandler() {
1010
@Override
1111
public void onSuccess(Object response) {
1212
JSONArray timeline = (JSONArray)response;

0 commit comments

Comments
 (0)