Skip to content

Instantly share code, notes, and snippets.

@JensRantil
Created May 21, 2015 12:15
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 JensRantil/7c08a2a0126a8f40c221 to your computer and use it in GitHub Desktop.
Save JensRantil/7c08a2a0126a8f40c221 to your computer and use it in GitHub Desktop.
Part of String.java
public String(String original) {
this.value = original.value;
this.hash = original.hash;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment