Skip to content

Instantly share code, notes, and snippets.

@kinathru
Created March 16, 2017 17:59
Show Gist options
  • Save kinathru/18e434a6c83e498cb1da022eaa1a2762 to your computer and use it in GitHub Desktop.
Save kinathru/18e434a6c83e498cb1da022eaa1a2762 to your computer and use it in GitHub Desktop.
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