package version; public class Version { public int getVersion() { return 8; } protected void doNothing() { } private void reallyDoNothing() { } }