Created
October 21, 2011 05:10
-
-
Save aruld/1303149 to your computer and use it in GitHub Desktop.
Version.java.template
This file contains hidden or 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
| //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