Skip to content

Instantly share code, notes, and snippets.

@nklmish
Last active November 1, 2017 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nklmish/7bda1ce3a758a900011cc9f0317a43b5 to your computer and use it in GitHub Desktop.
Save nklmish/7bda1ce3a758a900011cc9f0317a43b5 to your computer and use it in GitHub Desktop.
public class Message {
private final String greetingMessage = "Hello ";
public String getEchoMessage() {
return greetingMessage;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment