Skip to content

Instantly share code, notes, and snippets.

@aruld
Created October 21, 2011 05:10
Show Gist options
  • Select an option

  • Save aruld/1303149 to your computer and use it in GitHub Desktop.

Select an option

Save aruld/1303149 to your computer and use it in GitHub Desktop.
Version.java.template
//Line # 68-75 https://gist.github.com/1303091
/**
* In case you were wondering this method is called by java -version.
* Sad that it prints to stderr; would be nicer if default printed on
* stdout.
*/
public static void print() {
print(System.err);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment