Skip to content

Commit a724375

Browse files
committed
Update RunMe.java
1 parent 3e0fa68 commit a724375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eim/casestudy/twitter/RunMe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static void getTwitterStream(String searchKeyword) {
1515
oathSignature = OathSignature.generateOauthSignature(searchKeyword);
1616
String header = OathHeader.header(searchKeyword, oathSignature);
1717
String body = OathBody.body(searchKeyword);
18-
OathHttpClient.makeHttpRequest(header, body);
18+
OathHttpClient.httpRequest(header, body);
1919
}
2020

2121
public static void main(String[] args) {

0 commit comments

Comments
 (0)