Hi I'm refactoring an existing Cloneable class to make it immutable. It seems I can simply remove the clone() method and let Object.clone() take care it. Also, if it's a final class, is it better to simply return this? Thanks Max