[to #32475164] fix typo by review 11475789
This commit is contained in:
		| @ -52,9 +52,7 @@ bool ObPackageStateVersion::operator ==(const ObPackageStateVersion &other) | ||||
| { | ||||
|   bool b_ret = true; | ||||
|   if (package_version_ != other.package_version_ | ||||
|       || (package_body_version_ != OB_INVALID_VERSION | ||||
|           && other.package_body_version_ != OB_INVALID_VERSION | ||||
|           && package_body_version_ != other.package_body_version_)) { | ||||
|       || package_body_version_ != other.package_body_version_) { | ||||
|     b_ret = false; | ||||
|   } | ||||
|   return b_ret; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 obdev
					obdev