Created
March 1, 2015 16:00
-
-
Save kronar/40f8774175f74cf5615f to your computer and use it in GitHub Desktop.
Default Impl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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