Created
January 6, 2017 14:27
-
-
Save in1t5/ec6f7634d06b3e0ae9879340fb551025 to your computer and use it in GitHub Desktop.
This file contains 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
package reproducer; | |
public interface ServiceInterface { | |
String exec(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment