Skip to content

Commit

Permalink
squash: extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomas committed Mar 26, 2020
1 parent 82ff6f4 commit f73164d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/jitsi/jicofo/util/JibriStatsProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
*/
package org.jitsi.jicofo.util;

import org.jitsi.eventadmin.*;
import org.jitsi.jicofo.recording.jibri.*;
import org.osgi.framework.*;

/**
* Provides {@link JibriStats} service instance for the OSGI bundle context.
*
* It's used by {@link OsgiServiceBinder} to inject {@link JibriStats} instance
* to {@link org.jitsi.jicofo.rest.Statistics}.
*/
public class JibriStatsProvider extends OsgiServiceProvider<JibriStats>
{
Expand Down

0 comments on commit f73164d

Please sign in to comment.