bugtests.test239j2 Maven / Gradle / Ivy
public class test239j2 implements Runnable {
int myTestInt = 0;
int mySleepTime = 0;
public test239j2(test239j1 config) {
myTestInt = config.theInt;
mySleepTime = config.theSleepTime;
}
public void run() { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy