Skip to content

Instantly share code, notes, and snippets.

@vaskoz
Created March 7, 2009 21:03
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 vaskoz/75441 to your computer and use it in GitHub Desktop.
Save vaskoz/75441 to your computer and use it in GitHub Desktop.
class Ninja{private final String test="This is just a test String";private Ninja(){}public String getTest(){return test;}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment