All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bugtests.test240p.test240j2 Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
package test240p;
public class test240j2 implements Runnable {
    int myTestInt = 0;
    int mySleepTime = 0;

    public test240j2(test240j1 config) {
        myTestInt = config.theInt;
        mySleepTime = config.theSleepTime;
    }

    public void run() { }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy