Alejandro Acuña
2025-04-29 d1d736e487d9eb104dcae9def948066037afd2f0
libraries/server/src/art/servers/controller/FactoryController.java
@@ -8,7 +8,7 @@
public class FactoryController extends Thread
{
    private HashMap<ControllerDevice, Long> timestamps = new HashMap<ControllerDevice, Long>();
    public HashMap<ControllerDevice, Long> timestamps = new HashMap<ControllerDevice, Long>();
            
            
    public FactoryController()