public class BugReport { private static final void bugify() { System.out.println("Oh no, the bug has bitten me!"); } }