examples.Helper Maven / Gradle / Ivy
package examples;
/**
* @author Julien Viet
*/
public class Helper {
public int randomPort() {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy