blob: 78115bb94cfbb03e633db108be95664ffd5089d3 [file] [log] [blame]
public class A {
private A(){}
public static A getInstance(){
return new A();
}
}