Merge "Add unit test for ClosedSubscriberGroupInfo" into rvc-dev am: 4f53d72e52 am: d853ec503c
Change-Id: I0d79b94377f36ede7efe07b293c60b9c52703e47
This commit is contained in:
@@ -102,7 +102,7 @@ public final class ClosedSubscriberGroupInfo implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ClosedSubscriberGroupInfo o = (ClosedSubscriberGroupInfo) other;
|
ClosedSubscriberGroupInfo o = (ClosedSubscriberGroupInfo) other;
|
||||||
return mCsgIndicator == o.mCsgIndicator && mHomeNodebName == o.mHomeNodebName
|
return mCsgIndicator == o.mCsgIndicator && o.mHomeNodebName.equals(mHomeNodebName)
|
||||||
&& mCsgIdentity == o.mCsgIdentity;
|
&& mCsgIdentity == o.mCsgIdentity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user