Skip to content

Commit

Permalink
Update Validator.java
Browse files Browse the repository at this point in the history
Updated t.co url length values
  • Loading branch information
RawkBob committed Mar 14, 2013
1 parent f78140e commit 11ecc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/libraries/SocialNetLib/src/com/twitter/Validator.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
public class Validator {
public static final int MAX_TWEET_LENGTH = 140;

protected int shortUrlLength = 20;
protected int shortUrlLengthHttps = 21;
protected int shortUrlLength = 22;
protected int shortUrlLengthHttps = 23;

private Extractor extractor = new Extractor();

Expand Down

0 comments on commit 11ecc71

Please sign in to comment.