Created
March 16, 2017 17:59
-
-
Save kinathru/18e434a6c83e498cb1da022eaa1a2762 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 com.kinath.interwar; | |
import java.lang.reflect.Method; | |
/** | |
* Created by Kinath on 3/15/2017. | |
*/ | |
public class GroundServiceAdapter implements IGroundService | |
{ | |
public String getMessage() | |
{ | |
return GroundService.getInstance().getMessage(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment