Skip to content

Commit 37adaf4

Browse files
committed
Minor improvements
1 parent 55572e7 commit 37adaf4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/olegshan/social/JTwitter.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,10 @@
88
@Component
99
public class JTwitter {
1010

11-
private static final String CONSUMER_KEY = "1";
12-
private static final String CONSUMER_SECRET = "1";
13-
private static final String ACCESS_TOKEN = "1";
14-
private static final String ACCESS_TOKEN_SECRET = "1";
15-
16-
/*
1711
private static final String CONSUMER_KEY = System.getProperty("CKjP");
1812
private static final String CONSUMER_SECRET = System.getProperty("CSjP");
1913
private static final String ACCESS_TOKEN = System.getProperty("ATjP");
2014
private static final String ACCESS_TOKEN_SECRET = System.getProperty("ATSjP");
21-
*/
2215

2316
private Twitter twitter;
2417

0 commit comments

Comments
 (0)