codacy: Unused import

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-06-01 22:23:04 +02:00
parent a7336aedd8
commit d4379f3c89
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 1 additions and 4 deletions

View File

@ -38,7 +38,6 @@ import androidx.test.core.app.ActivityScenario;
import androidx.test.espresso.NoMatchingViewException; import androidx.test.espresso.NoMatchingViewException;
import androidx.test.espresso.web.webdriver.DriverAtoms; import androidx.test.espresso.web.webdriver.DriverAtoms;
import androidx.test.espresso.web.webdriver.Locator; import androidx.test.espresso.web.webdriver.Locator;
import androidx.test.filters.LargeTest;
import static androidx.test.espresso.Espresso.onView; import static androidx.test.espresso.Espresso.onView;
import static androidx.test.espresso.action.ViewActions.click; import static androidx.test.espresso.action.ViewActions.click;

View File

@ -19,15 +19,13 @@
*/ */
package com.nextcloud.talk.adapters; package com.nextcloud.talk.adapters;
import com.nextcloud.talk.signaling.SignalingMessageReceiver;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.LinkedHashSet; import java.util.LinkedHashSet;
import java.util.Set; import java.util.Set;
/** /**
* Helper class to register and notify ParticipantDisplayItem.Observers. * Helper class to register and notify ParticipantDisplayItem.Observers.
* * <p>
* This class is only meant for internal use by ParticipantDisplayItem; observers must register themselves against a * This class is only meant for internal use by ParticipantDisplayItem; observers must register themselves against a
* ParticipantDisplayItem rather than against a ParticipantDisplayItemNotifier. * ParticipantDisplayItem rather than against a ParticipantDisplayItemNotifier.
*/ */