Replies: 1 comment 1 reply
-
|
I believe it should, thanks for noticing it! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that the AbstractClientEntity is not implementing the
isUpdatemethod to account for changes in theMapProtocolMapperEntityset. Other abstract entities, like the AbstractRealmEntity, do override the method to account for changes in the associated entities.Shouldn't the
AbstractClientEntityimplement it too or am I missing something?Beta Was this translation helpful? Give feedback.
All reactions