Skip to content
Snippets Groups Projects
Commit 29115d2d authored by ics's avatar ics
Browse files

retropedalage

parent 90c631ae
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.ill.ics</groupId>
<artifactId>nomadcommandsystem</artifactId>
<version>4.0.16</version>
<version>4.0.17</version>
<name>NomadCommandSystem</name>
<description>Java bridge for the communication with the Nomad server</description>
<scm>
......
......@@ -22,7 +22,6 @@ import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Logger;
import fr.ill.ics.cameo.Application;
import fr.ill.ics.nomadserver.notification.NotificationMessage;
......@@ -33,8 +32,6 @@ import fr.ill.ics.nscclient.serverconnection.ServerInstance;
public class ServerCommandLineEventManager {
private static final Logger LOGGER = Logger.getLogger(ServerCommandLineEventManager.class.getName());
private Application.Subscriber subscriber;
private Thread subscriberThread;
......
......@@ -19,8 +19,6 @@
package fr.ill.ics.nscclient.notification.commandline.sync;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import fr.ill.ics.bridge.command.ICommandLineSyncEventListener;
......@@ -30,7 +28,6 @@ import fr.ill.ics.bridge.command.ICommandLineSyncEventListener;
public class CommandLineSyncEventClient {
private static CommandLineSyncEventClient instance = null;
private List<ICommandLineSyncEvent> pendingChanges = new LinkedList<ICommandLineSyncEvent>();
private HashSet<ICommandLineSyncEventListener> commandLineListeners = new HashSet<ICommandLineSyncEventListener>();
......@@ -68,7 +65,6 @@ public class CommandLineSyncEventClient {
}
public void eventOccurred(ICommandLineSyncEvent event) {
System.out.println("in CommandLineSyncEventClient notify");
notifyCommandLineListeners(event);
//notifyCommandLineListeners(event);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment