Skip to content

Instantly share code, notes, and snippets.

@babjo
Created July 17, 2021 10:45
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 babjo/bab92725b76abeeaa2e05f173c3f57e0 to your computer and use it in GitHub Desktop.
Save babjo/bab92725b76abeeaa2e05f173c3f57e0 to your computer and use it in GitHub Desktop.
public class ClassA {
...
public void methodA() { // changed
...
}
}
public class ClassB {
...
public void methodB() { // Oh, not affected!
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment