You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2020/04/25 20:38:39 UTC

[openmeetings] branch feature/OPENMEETINGS-2298-add-kstream-to-connections-panel updated: OPENMEETINGS-2298 Fix and remove unused import

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2298-add-kstream-to-connections-panel
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/feature/OPENMEETINGS-2298-add-kstream-to-connections-panel by this push:
     new ea51b99  OPENMEETINGS-2298 Fix and remove unused import
ea51b99 is described below

commit ea51b99a9a0d89a133f677845e0df4f03b4da81f
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Sun Apr 26 08:38:26 2020 +1200

    OPENMEETINGS-2298 Fix and remove unused import
---
 .../org/apache/openmeetings/web/admin/connection/ConnectionsPanel.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.java
index f78351c..45b455d 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.java
@@ -31,7 +31,6 @@ import java.util.List;
 import java.util.stream.Collectors;
 
 import org.apache.openmeetings.core.remote.KRoom;
-import org.apache.openmeetings.core.remote.KStream;
 import org.apache.openmeetings.core.remote.KurentoHandler;
 import org.apache.openmeetings.core.remote.StreamProcessor;
 import org.apache.openmeetings.db.dao.user.IUserManager;