Skip to content

Instantly share code, notes, and snippets.

@briandoll
Created January 14, 2009 01:40
Show Gist options
  • Save briandoll/46735 to your computer and use it in GitHub Desktop.
Save briandoll/46735 to your computer and use it in GitHub Desktop.
public void testSnappyHappy() {
Map snappy = null;
Map happy = new HashMap();
snappy = addToMap(snappy, "foo", "bar");
happy = addToMap(happy, "foo", "bar");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment