Skip to content

Instantly share code, notes, and snippets.

@mhtmalpani
Created December 11, 2018 19:10
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 mhtmalpani/6301769c423cc86c6cd5f8eaee6c77d4 to your computer and use it in GitHub Desktop.
Save mhtmalpani/6301769c423cc86c6cd5f8eaee6c77d4 to your computer and use it in GitHub Desktop.
public class ActualInternet implements Internet {
@Override
public void connectToUrl(String url) {
System.out.println("Making connection to: " + url);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment