Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Apr 3, 2021
1 parent 1928585 commit 2cca97a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void streamSubscriberClose(ISubscriberStream stream) {

@Override
public void streamPublishStart(final IBroadcastStream stream) {

super.streamPublishStart(stream);
}

Expand Down Expand Up @@ -174,5 +173,7 @@ public boolean isServerShuttingDown() {
return appAdaptor.isServerShuttingDown();
}

public void startPublish(String streamName, long absoluteStartTimeMs) {appAdaptor.startPublish(streamName,absoluteStartTimeMs);}
public void startPublish(String streamName, long absoluteStartTimeMs) {
appAdaptor.startPublish(streamName,absoluteStartTimeMs);
}
}

0 comments on commit 2cca97a

Please sign in to comment.