mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-13 08:15:59 +00:00
Fix Sonar warning
This commit is contained in:
@@ -529,7 +529,7 @@ public abstract class PlayQueue implements Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean equalStreamsAndIndex(@Nullable final PlayQueue other) {
|
public boolean equalStreamsAndIndex(@Nullable final PlayQueue other) {
|
||||||
return equals(other) && other.getIndex() == getIndex();
|
return equals(other) && other.getIndex() == getIndex(); //NOSONAR: other is not null
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isDisposed() {
|
public boolean isDisposed() {
|
||||||
|
Reference in New Issue
Block a user