Skip to content

Commit 47c197c

Browse files
committed
DM-8179: one more clean-up missed in previous commit.
1 parent 08bdb80 commit 47c197c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/firefly/java/edu/caltech/ipac/firefly/data/ServerEvent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ public ServerEvent(Name name, Scope scope, DataType dataType, Serializable data)
4040
public ServerEvent(Name name, EventTarget target, Serializable data) {
4141
this(name, target, DataType.BG_STATUS, data, SERVER_CONN_ID);
4242
}
43-
4443
public ServerEvent(Name name, EventTarget target, DataType dataType, Serializable data) {
4544
this(name, target, dataType, data, SERVER_CONN_ID);
4645
}
47-
4846
public ServerEvent(Name name, EventTarget target, DataType dataType, Serializable data, String from) {
4947
this.name = name;
5048
this.target = target;

0 commit comments

Comments
 (0)