Class A
{
public String name (String str)
{
try {
fullName = str + "org";
} catch (Exception e) {
logger.debug(e.getMessage())
}
}
}
Class A
{
public String name (String str)
{
try {
fullName = str + "org";
} catch (Exception e) {
logger.debug(e.getMessage())
}
}
}