Skip to content

Instantly share code, notes, and snippets.

@kronar
Created March 1, 2015 16:00
Show Gist options
  • Select an option

  • Save kronar/40f8774175f74cf5615f to your computer and use it in GitHub Desktop.

Select an option

Save kronar/40f8774175f74cf5615f to your computer and use it in GitHub Desktop.
Default Impl
public class StringMirrorImpl implements StringMirror {
@Override
public String mirror(String input) {
return input;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment