Fix Sonar warning
This commit is contained in:
parent
e2a02a1f86
commit
bb7873d157
@ -529,7 +529,7 @@ public abstract class PlayQueue implements Serializable {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user