Entry 24233

Me

   

Submitted by anonymous on Sept. 21, 2011 at 5:06 a.m.
Language: Java. Code size: 256 bytes.

public class MarkKnopfler {

   

   private static final MarkKnopfler INSTANCE = new MarkKnopfler();

   

   private MarkKnopfler() {     ...     }

   public static MarkKnopfler getInstance(){

    return INSTANCE;

    }

    //...

}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).