package config.java; public class Test { public String ReqLineNumber() { return "This" + "is" + "a test"; } }