Edit: Answered - error was method wasn\'t static
I\'m used the Singleton Design Pattern
public class Singleton { private static final Singleton I
It is still possible to create more than one instance of the class, as follows:
Singleton.getInstance().clone()