Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Completed implements EstadoOrder{
- private static final Completed instancia = new Completed();
- private Completed(){}
- public static Completed getInstancia(){ return instancia; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement