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

org.tinygroup.sctestsample.Hello Maven / Gradle / Ivy

The newest version!
package org.tinygroup.sctestsample;

public class Hello {
	public String hello(String name) {
		String a = null;
		a.substring(1);
		return "hello," + name;
	}

	public String hello(User user) {
		return "hello," + user.getName() + ",value:" + user.getValue();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy