Skip to content

Instantly share code, notes, and snippets.

@hawkw
Created December 5, 2013 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkw/30fb585265bcace0648a to your computer and use it in GitHub Desktop.
Save hawkw/30fb585265bcace0648a to your computer and use it in GitHub Desktop.
why he does this I have literally no idea
Long RetweetId = new Long(loneTwt[6]);
long retweetId = RetweetId.longValue();
Long RetweetUser = new Long(loneTwt[7]);
long retweetUser = RetweetUser.longValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment