blob: 71bd392e82157bcbb334351c391bb85185a18a2e [file] [log] [blame]
package version;
public class Version {
public int getVersion() {
return 8;
}
protected void doNothing() {
}
private void reallyDoNothing() {
}
}