We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2ff42 commit ccb4bdcCopy full SHA for ccb4bdc
services/alarm-server/src/main/java/org/phoebus/applications/alarm/server/AlarmServerMain.java
@@ -43,16 +43,13 @@
43
44
import com.fasterxml.jackson.databind.JsonNode;
45
import org.apache.kafka.common.config.ConfigResource;
46
-import org.slf4j.Logger;
47
-import org.slf4j.LoggerFactory;
48
49
/** Alarm Server
50
* @author Kay Kasemir
51
*/
52
@SuppressWarnings("nls")
53
public class AlarmServerMain implements ServerModelListener
54
{
55
- private static final Logger log = LoggerFactory.getLogger(AlarmServerMain.class);
56
private final SynchronousQueue<Boolean> restart = new SynchronousQueue<>();
57
58
private volatile ServerModel model;
0 commit comments