Move checking/logging out of executeModification() 97/90697/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jun 2020 13:58:43 +0000 (15:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jun 2020 13:59:06 +0000 (15:59 +0200)
We will need specialized methods to deal with modifications,
similar to what we are doing for read(). As a first step, split
out common bits. This inlining has the added benefit of not touching
class reflection data.

JIRA: CONTROLLER-1950
Change-Id: I88030331ad8fe9299e8e824e18571047c87c90c6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found