Skip to content

Instantly share code, notes, and snippets.

@nhajratw
Created September 17, 2012 14:30
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 nhajratw/3737704 to your computer and use it in GitHub Desktop.
Save nhajratw/3737704 to your computer and use it in GitHub Desktop.
empty loop? mmmmkay.....
for (int i = 0; i < GEN_OFFSET_FILE_SKIPLINE_VERSION2 && br.readLine() != null; i++) {
// empty block
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment