Created
June 29, 2014 06:02
-
-
Save veb/3d6fd2e5440b34628512 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (int i = 0; i < tokens.size(); i++) { | |
HashTagEntry hashtagEntry = new HashTagEntry(); | |
hashtagEntry.setTag(tokens.get(i)); | |
hashtagEntry.setEntry(journalEntry); | |
hashtagEntry.save(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment