N/A
parent
31710c55ea
commit
79c516f4f4
|
@ -3,7 +3,6 @@ package pp;
|
||||||
public class Factory {
|
public class Factory {
|
||||||
|
|
||||||
private static Type instance;
|
private static Type instance;
|
||||||
private static Object lock = new Object();
|
|
||||||
|
|
||||||
public static Type getInstance() {
|
public static Type getInstance() {
|
||||||
Type.prepare();
|
Type.prepare();
|
||||||
|
|
Loading…
Reference in New Issue