pull/3/head
Sandro Leuchter 2024-10-16 23:20:23 +02:00
parent 31710c55ea
commit 79c516f4f4
1 changed files with 0 additions and 1 deletions

View File

@ -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();