Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Last active January 17, 2020 11: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 nhoxbypass/4e7a6d56fc940aacddda4d432c766d4a to your computer and use it in GitHub Desktop.
Save nhoxbypass/4e7a6d56fc940aacddda4d432c766d4a to your computer and use it in GitHub Desktop.
// Generated class
public final class SaberFactory {
public static final SaberFactory INSTANCE = new SaberFactory();
private SaberFactory() { }
public final void makeLightSaber() { /*...*/ }
}
public final class SaberFactory {
public final void makeLightSaber() { /*...*/ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment