Skip to content

Commit f73164d

Browse files
committed
squash: extra comment
1 parent 82ff6f4 commit f73164d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/jitsi/jicofo/util/JibriStatsProvider.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
*/
1717
package org.jitsi.jicofo.util;
1818

19-
import org.jitsi.eventadmin.*;
2019
import org.jitsi.jicofo.recording.jibri.*;
2120
import org.osgi.framework.*;
2221

2322
/**
2423
* Provides {@link JibriStats} service instance for the OSGI bundle context.
24+
*
25+
* It's used by {@link OsgiServiceBinder} to inject {@link JibriStats} instance
26+
* to {@link org.jitsi.jicofo.rest.Statistics}.
2527
*/
2628
public class JibriStatsProvider extends OsgiServiceProvider<JibriStats>
2729
{

0 commit comments

Comments
 (0)