Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Created June 7, 2016 23:06
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 m0wfo/2f60f38054c7b254c88629874d0a6253 to your computer and use it in GitHub Desktop.
Save m0wfo/2f60f38054c7b254c88629874d0a6253 to your computer and use it in GitHub Desktop.
public GoodStripperImpl implements IStripper {
@Override
public String stripThing(String originalString) {
return originalString.substring(0, 8);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment