Quote:
Originally Posted by DustyPorViva
PHP Code:
public static Bell cloneBell(Bell originalBell) throws WantsToKillOriginalException {
Bell clonedOutput = new Bell(originalBell);
return clonedOutput;
}
|
Thank you Dusty, now if someone could make it actually work things would be perfect. For those of you expecting support from me this week, I'm sorry. The flu has taken over our household and Graal is taking a back seat.