Remove Redundant usages of @PropertySetter

Hi devs,

I have been working on RESTWS-737 and got this Travis error on line 5476, as well locally while building. Am not quite sure how to go about it even after some google searches. Am open for help to do some justice to it, thanks

cc @dkayiwa @dilantha @ruhanga

Hi @odorajonathan,

You may have noticed the comment in the ticket description as

those that just look up the value by uuid before setting it

The example given in the description is quite helpful, make sure to cross check whether the caused error is not related to the change you made in relation to the above comment and the example given on the ticket.

In the end you want to know whether the uuid is passed into the method as a string.

1 Like