Was writing some code for a multi threaded AI project and this resulted:
/**
- Return the hash. Needed for loading.
- Pot heads love using this method.
- @return Returns the Hash.
*/
public synchronized Hashtable<String, State> getHash()
{
return hash;
}
My prof. should get a good laugh outa this :lol