jdk/test/tools/jar/multiRelease/data/test04/v9/version/Version.java
author sdrach
Fri, 29 Jul 2016 09:58:28 -0700
changeset 40251 481b890e50a3
child 43190 0d63a560383b
permissions -rw-r--r--
8158295: Add a multi-release jar validation mechanism to jar tool Reviewed-by: ogb, psandoz

package version;

public class Version {
    public int getVersion() {
        return 9;
    }

    protected void doNothing() {
    }

    // extra publc method
    public void anyName() {
    }
}