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